/tfm: Return true when the player doesn't have permission. Fixes #227

This commit is contained in:
unknown 2014-06-30 17:30:16 +02:00
parent aa062a9d11
commit 8fc0673bb2
2 changed files with 3 additions and 2 deletions

View file

@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit!
#Sun Jun 29 16:33:24 CEST 2014
build.number=909
#Mon Jun 30 17:29:02 CEST 2014
build.number=910

View file

@ -30,6 +30,7 @@ public class Command_tfm extends TFM_Command
if (!TFM_AdminList.isSuperAdmin(sender))
{
playerMsg(TotalFreedomMod.MSG_NO_PERMS);
return true;
}
TFM_AdminList.load();