Removed player interact entity event from blocked events

This commit is contained in:
PanFritz
2015-07-08 01:57:42 +02:00
parent e0daff2c86
commit 62fefcd7f9

View File

@@ -12,7 +12,7 @@ import subprocess
wait_time = 5 #seconds
admin_perm = "utils.loginsecurity.admin"
min_pass_length = 8
blocked_events = ["block.BlockBreakEvent", "block.BlockPlaceEvent", "player.PlayerMoveEvent","player.AsyncPlayerChatEvent","player.InteractEntityEvent"]
blocked_events = ["block.BlockBreakEvent", "block.BlockPlaceEvent", "player.PlayerMoveEvent","player.AsyncPlayerChatEvent"]
logging_in = {}