* 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:
@@ -21,6 +21,11 @@ public class FRelationCommand extends FBaseCommand {
|
||||
return;
|
||||
}
|
||||
|
||||
if( isLocked() ) {
|
||||
sendLockMessage();
|
||||
return;
|
||||
}
|
||||
|
||||
if ( ! assertMinRole(Role.MODERATOR)) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user