13
0
geforkt von Mirrors/Paper

Added missing call for WorldUnload event.

Dieser Commit ist enthalten in:
EvilSeph 2011-10-02 23:16:58 -04:00
Ursprung aaefd4ecb5
Commit 3b2347093f

Datei anzeigen

@ -588,6 +588,7 @@ public final class CraftServer implements Server {
}
WorldUnloadEvent e = new WorldUnloadEvent(handle.getWorld());
pluginManager.callEvent(new WorldUnloadEvent(handle.getWorld()));
if (e.isCancelled()) {
return false;