* added lock switch to all write actions
* added saveall command to save everything to disk * added reload command to reload everything from disk
This commit is contained in:
@@ -15,6 +15,12 @@ public class FCommandKick extends FBaseCommand {
|
||||
}
|
||||
|
||||
public void perform() {
|
||||
|
||||
if( isLocked() ) {
|
||||
sendLockMessage();
|
||||
return;
|
||||
}
|
||||
|
||||
String playerName = parameters.get(0);
|
||||
|
||||
FPlayer you = findFPlayer(playerName, false);
|
||||
|
||||
Reference in New Issue
Block a user