mirror of
https://github.com/webbukkit/dynmap.git
synced 2025-01-12 10:50:37 +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();
|
f.get();
|
||||||
} catch (CancellationException cx) {
|
} catch (CancellationException cx) {
|
||||||
return;
|
return;
|
||||||
|
} catch (InterruptedException cx) {
|
||||||
|
return;
|
||||||
} catch (ExecutionException ex) {
|
} catch (ExecutionException ex) {
|
||||||
Log.severe("Error while checking world times: ", ex.getCause());
|
Log.severe("Error while checking world times: ", ex.getCause());
|
||||||
} catch (Exception ix) {
|
} catch (Exception ix) {
|
||||||
|
Loading…
Reference in New Issue
Block a user