Update Command_disguisetoggle.java

This commit is contained in:
marcocorriero 2017-11-17 14:14:25 +01:00 committed by GitHub
parent b485a9792d
commit ff8f6a1a96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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())
{