geforkt von Mirrors/Paper
Added missing call for WorldUnload event.
Dieser Commit ist enthalten in:
Ursprung
aaefd4ecb5
Commit
3b2347093f
@ -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;
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren