Fix synchronized mismatch
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bea 2023-01-14 23:52:12 +01:00
parent 53abab6bf3
commit 374f979ae3

View File

@ -93,7 +93,7 @@ public class Cache
*
* @return a boolean which is true if the bot is in verbose-mode
*/
public static boolean isVerbose() { return verbose; }
public static synchronized boolean isVerbose() { return verbose; }
/**
* Set the bot's verbosity status at runtime.