mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-28 05:35:26 +01:00
Silence InterruptedException when the plugin disables
This commit is contained in:
parent
b7ac7680d9
commit
2893d4aebd
@ -54,9 +54,7 @@ public class DebugHandler {
|
||||
|
||||
try {
|
||||
Thread.sleep(200);
|
||||
} catch (InterruptedException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
} catch (InterruptedException ignored) {}
|
||||
}
|
||||
});
|
||||
}
|
||||
|
@ -52,9 +52,7 @@ public class PermissionCache {
|
||||
|
||||
try {
|
||||
Thread.sleep(5000);
|
||||
} catch (InterruptedException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
} catch (InterruptedException ignored) {}
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user