Hotfixing disabled
Dieser Commit ist enthalten in:
Ursprung
1e0856d9bb
Commit
9df9439120
@ -7,7 +7,7 @@ import org.bukkit.entity.Player;
|
||||
public class SWException {
|
||||
private SWException(){}
|
||||
|
||||
private static boolean logDisabled = true;
|
||||
private static boolean logDisabled = false;
|
||||
|
||||
public static void log(LogEvent logEvent){
|
||||
if(logDisabled)
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren