mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
Fixed error when blocking player commands
This commit is contained in:
parent
b167540ad7
commit
e2d0e9e754
@ -1,3 +1,3 @@
|
|||||||
#Build Number for ANT. Do not edit!
|
#Build Number for ANT. Do not edit!
|
||||||
#Mon May 11 22:50:58 CEST 2015
|
#Tue May 12 16:41:20 CEST 2015
|
||||||
build.number=1003
|
build.number=1011
|
||||||
|
@ -714,7 +714,6 @@ public class TFM_PlayerListener implements Listener
|
|||||||
{
|
{
|
||||||
// CommandBlocker handles messages and broadcasts
|
// CommandBlocker handles messages and broadcasts
|
||||||
event.setCancelled(true);
|
event.setCancelled(true);
|
||||||
event.setMessage("");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!TFM_AdminList.isSuperAdmin(player))
|
if (!TFM_AdminList.isSuperAdmin(player))
|
||||||
|
Loading…
Reference in New Issue
Block a user