This commit is contained in:
ZeroEpoch1969
2018-06-02 13:45:05 -07:00
parent c835d38b7c
commit b44d08eb55
2 changed files with 22 additions and 6 deletions

View File

@ -203,7 +203,7 @@ public class Command_myadmin extends FreedomCommand
target.setOldTags(!target.getOldTags());
plugin.al.save();
plugin.al.updateTables();
msg(target.getOldTags() ? "Enabled" : "Disabled" + " old tags.");
msg((target.getOldTags() ? "Enabled" : "Disabled") + " old tags.");
return true;
}