mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2025-01-03 19:48:18 +00:00
Fixed error when blocking player commands
This commit is contained in:
parent
b167540ad7
commit
e2d0e9e754
2 changed files with 2 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
#Build Number for ANT. Do not edit!
|
||||
#Mon May 11 22:50:58 CEST 2015
|
||||
build.number=1003
|
||||
#Tue May 12 16:41:20 CEST 2015
|
||||
build.number=1011
|
||||
|
|
|
@ -714,7 +714,6 @@ public class TFM_PlayerListener implements Listener
|
|||
{
|
||||
// CommandBlocker handles messages and broadcasts
|
||||
event.setCancelled(true);
|
||||
event.setMessage("");
|
||||
}
|
||||
|
||||
if (!TFM_AdminList.isSuperAdmin(player))
|
||||
|
|
Loading…
Reference in a new issue