Fix synchronized mismatch
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bea 2023-01-14 23:52:12 +01:00
parent 53abab6bf3
commit 374f979ae3
1 changed files with 1 additions and 1 deletions

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.