Fix synchronized mismatch
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
53abab6bf3
commit
374f979ae3
@ -93,7 +93,7 @@ public class Cache
|
|||||||
*
|
*
|
||||||
* @return a boolean which is true if the bot is in verbose-mode
|
* @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.
|
* Set the bot's verbosity status at runtime.
|
||||||
|
Loading…
Reference in New Issue
Block a user