mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2026-06-04 18:46:53 +00:00
Fixed error when blocking player commands
This commit is contained in:
@@ -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))
|
||||||
|
|||||||
Reference in New Issue
Block a user