mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-12-24 17:47:40 +01:00
Avoid exception report during shutdown
This commit is contained in:
parent
342e67e205
commit
3a39688dc8
@ -926,6 +926,8 @@ public class MapManager {
|
||||
f.get();
|
||||
} catch (CancellationException cx) {
|
||||
return;
|
||||
} catch (InterruptedException cx) {
|
||||
return;
|
||||
} catch (ExecutionException ex) {
|
||||
Log.severe("Error while checking world times: ", ex.getCause());
|
||||
} catch (Exception ix) {
|
||||
|
Loading…
Reference in New Issue
Block a user