Fix SWCommandUtils.commandMap
Dieser Commit ist enthalten in:
Ursprung
67b7f431e0
Commit
9d14916940
@ -75,7 +75,7 @@ class SWCommandUtils {
|
|||||||
commandMap = (CommandMap) commandMapField.get(Bukkit.getServer());
|
commandMap = (CommandMap) commandMapField.get(Bukkit.getServer());
|
||||||
} catch (NoSuchFieldException | IllegalAccessException exception) {
|
} catch (NoSuchFieldException | IllegalAccessException exception) {
|
||||||
Bukkit.shutdown();
|
Bukkit.shutdown();
|
||||||
throw new SecurityException("Oh shit. Commands cannot be register.", exception);
|
throw new SecurityException("Oh shit. Commands cannot be registered.", exception);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren