Skip to content

Commit 6772b80

Browse files
committed
Woops Kotlin lombok hell
1 parent 6a7d280 commit 6772b80

File tree

1 file changed

+4
-1
lines changed
  • core/src/main/java/com/github/fernthedev/fernapi/universal

1 file changed

+4
-1
lines changed

core/src/main/java/com/github/fernthedev/fernapi/universal/Universal.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ private Universal() {}
3737
@NonNull
3838
private static ILocale locale = new Locale_EN_US();
3939

40-
@Getter
4140
@Setter
4241
private static boolean debug = false;
4342

@@ -188,4 +187,8 @@ public void onDisable() {
188187
new Thread(DB::close).start();
189188
new Thread(AikarFernDatabase::shutdownDatabases).start();
190189
}
190+
191+
public static boolean isDebug() {
192+
return debug;
193+
}
191194
}

0 commit comments

Comments
 (0)