mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-11 21:43:54 +00:00
*sigh*
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user