Have isLocked be static.

Until it's remade to be all instance...
This commit is contained in:
asofold 2017-04-06 20:47:00 +02:00
parent aa445edc36
commit fb056d8e43

View File

@ -564,7 +564,7 @@ public class TickTask implements Runnable {
* Check if new permission update requests and actions can be added.
* @return True if locked.
*/
public boolean isLocked() {
public static boolean isLocked() {
return locked;
}