SteamWar/SpigotCore
Archiviert
13
0

Fix SWCommandUtils.commandMap

Dieser Commit ist enthalten in:
yoyosource 2021-03-12 17:48:41 +01:00
Ursprung 67b7f431e0
Commit 9d14916940

Datei anzeigen

@ -75,7 +75,7 @@ class SWCommandUtils {
commandMap = (CommandMap) commandMapField.get(Bukkit.getServer());
} catch (NoSuchFieldException | IllegalAccessException exception) {
Bukkit.shutdown();
throw new SecurityException("Oh shit. Commands cannot be register.", exception);
throw new SecurityException("Oh shit. Commands cannot be registered.", exception);
}
}