revert my changes (#158)

This commit is contained in:
super
2019-11-28 13:21:54 -05:00
committed by Seth
parent 0ab0ca2c66
commit 421315a31c
3 changed files with 2 additions and 68 deletions

View File

@ -51,7 +51,7 @@ public class Command_toggle extends FreedomCommand
}
else if (args[0].equalsIgnoreCase("frostwalk"))
{
toggle("Frost walker enchantment is ", ConfigEntry.ALLOW_FROSTWALKER);
toggle("Frost walker enchantment is", ConfigEntry.ALLOW_FROSTWALKER);
return true;
}
else if (args[0].equalsIgnoreCase("fireplace"))
@ -180,7 +180,7 @@ public class Command_toggle extends FreedomCommand
}
else if (args[0].equalsIgnoreCase("tpronjoin"))
{
toggle("The random teleporting of players on join is ", ConfigEntry.ALLOW_TPR_ON_JOIN);
toggle("The random teleporting of players on join is", ConfigEntry.ALLOW_TPR_ON_JOIN);
return true;
}
else