summaryrefslogtreecommitdiff
path: root/loginsecurity.py
diff options
context:
space:
mode:
authorPanFritz <redstonenoobpan@gmail.com>2015-07-08 01:57:42 +0200
committerPanFritz <redstonenoobpan@gmail.com>2015-07-08 01:57:42 +0200
commit62fefcd7f96f94e62a64aa54985ce09a5c4311c2 (patch)
treef5ac5df0eebf464393c879ef8aa01ff53b54d80a /loginsecurity.py
parente0daff2c8681f1945f7907395537c6cef1484c56 (diff)
Removed player interact entity event from blocked events
Diffstat (limited to 'loginsecurity.py')
-rw-r--r--loginsecurity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/loginsecurity.py b/loginsecurity.py
index 4c59b55..d34da74 100644
--- a/loginsecurity.py
+++ b/loginsecurity.py
@@ -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 = {}