Tab indent fix
This commit is contained in:
@@ -125,7 +125,7 @@ def adminnotes_command(sender, command, label, args):
|
|||||||
|
|
||||||
@hook.event("player.PlayerJoinEvent", "monitor")
|
@hook.event("player.PlayerJoinEvent", "monitor")
|
||||||
def on_an_join(event):
|
def on_an_join(event):
|
||||||
if not sender.hasPermission(an_permission):
|
if not sender.hasPermission(an_permission):
|
||||||
noperm(sender)
|
noperm(sender)
|
||||||
return
|
return
|
||||||
if len(notes) > 0:
|
if len(notes) > 0:
|
||||||
|
|||||||
Reference in New Issue
Block a user