Link, wake up...
This commit is contained in:
@@ -131,6 +131,9 @@ public class VaultOperations {
|
||||
if (isLocked()) {
|
||||
return false;
|
||||
}
|
||||
if (player.isSleeping() || player.isDead() || !player.isOnline()) {
|
||||
return false;
|
||||
}
|
||||
int number;
|
||||
try {
|
||||
number = Integer.parseInt(arg);
|
||||
@@ -202,6 +205,10 @@ public class VaultOperations {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (player.isSleeping() || player.isDead() || !player.isOnline()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
long time = System.currentTimeMillis();
|
||||
|
||||
int number = 0;
|
||||
|
||||
Reference in New Issue
Block a user