Renamed exception

This commit is contained in:
Fabrizio La Rosa 2020-07-07 17:06:40 +02:00
parent 122aea1bba
commit c5c9f97404

View File

@ -876,8 +876,7 @@ public class IslandManager {
scoreboard.run();
}
} catch (Exception e) {
}
} catch (Exception ignored) {}
}
unloadIsland = false;