From 9df9439120ba164c9711bb409654aac480589ee4 Mon Sep 17 00:00:00 2001 From: Lixfel Date: Sun, 26 Jan 2020 13:43:20 +0100 Subject: [PATCH] Hotfixing disabled --- SpigotCore_Main/src/de/steamwar/sql/SWException.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpigotCore_Main/src/de/steamwar/sql/SWException.java b/SpigotCore_Main/src/de/steamwar/sql/SWException.java index 4787e04..d65aa94 100644 --- a/SpigotCore_Main/src/de/steamwar/sql/SWException.java +++ b/SpigotCore_Main/src/de/steamwar/sql/SWException.java @@ -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)