1.4 Beta Initiated
- Fixed F Inspect - Added F Global - Toggle Global Chat - Added F ViewChest - View a Factions Chest - Updated Perms in plugin.yml
This commit is contained in:
@@ -41,7 +41,7 @@ public class CmdFGlobal extends FCommand {
|
||||
toggled.add(p.getUniqueId());
|
||||
}
|
||||
|
||||
fme.msg(TL.COMMAND_F_GLOBAL_TOGGLE, toggled.contains(p.getUniqueId()) ? "enabled" : "disabled");
|
||||
fme.msg(TL.COMMAND_F_GLOBAL_TOGGLE, toggled.contains(p.getUniqueId()) ? "disabled" : "enabled");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user