mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-07-04 13:01:42 +00:00
Update Command_disguisetoggle.java
This commit is contained in:
parent
b485a9792d
commit
ff8f6a1a96
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ public class Command_disguisetoggle extends FreedomCommand
|
||||||
}
|
}
|
||||||
|
|
||||||
FUtil.adminAction(sender.getName(), (DisallowedDisguises.disabled ? "Enabling" : "Disabling") + " " +
|
FUtil.adminAction(sender.getName(), (DisallowedDisguises.disabled ? "Enabling" : "Disabling") + " " +
|
||||||
"Disguises", false);
|
"disguises.", false);
|
||||||
|
|
||||||
if (plugin.ldb.isDisguisesEnabled())
|
if (plugin.ldb.isDisguisesEnabled())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue