summaryrefslogtreecommitdiff
path: root/adminnotes.py
diff options
context:
space:
mode:
authorPanFritz <redstonenoobpan@gmail.com>2015-04-16 12:36:16 +0200
committerPanFritz <redstonenoobpan@gmail.com>2015-04-16 12:36:16 +0200
commita37fb90b0690666f0677cb940f60b6ec045ce0f9 (patch)
treeae901b0379e8e9af3c4e59f482ef7142ed5a1660 /adminnotes.py
parent62059e613ed2a075d9720994e2f90d3f106c770e (diff)
Tab indent fix
Diffstat (limited to 'adminnotes.py')
-rw-r--r--adminnotes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/adminnotes.py b/adminnotes.py
index 967f2ca..874ea68 100644
--- a/adminnotes.py
+++ b/adminnotes.py
@@ -125,7 +125,7 @@ def adminnotes_command(sender, command, label, args):
@hook.event("player.PlayerJoinEvent", "monitor")
def on_an_join(event):
- if not sender.hasPermission(an_permission):
+ if not sender.hasPermission(an_permission):
noperm(sender)
return
if len(notes) > 0: