mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
Update Command_disguisetoggle.java
This commit is contained in:
parent
b485a9792d
commit
ff8f6a1a96
@ -24,7 +24,7 @@ public class Command_disguisetoggle extends FreedomCommand
|
||||
}
|
||||
|
||||
FUtil.adminAction(sender.getName(), (DisallowedDisguises.disabled ? "Enabling" : "Disabling") + " " +
|
||||
"Disguises", false);
|
||||
"disguises.", false);
|
||||
|
||||
if (plugin.ldb.isDisguisesEnabled())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user