We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7d280 commit 6772b80Copy full SHA for 6772b80
core/src/main/java/com/github/fernthedev/fernapi/universal/Universal.java
@@ -37,7 +37,6 @@ private Universal() {}
37
@NonNull
38
private static ILocale locale = new Locale_EN_US();
39
40
- @Getter
41
@Setter
42
private static boolean debug = false;
43
@@ -188,4 +187,8 @@ public void onDisable() {
188
187
new Thread(DB::close).start();
189
new Thread(AikarFernDatabase::shutdownDatabases).start();
190
}
+
191
+ public static boolean isDebug() {
192
+ return debug;
193
+ }
194
0 commit comments