Remove sync.py file

This commit is contained in:
Dico200
2016-05-30 05:26:07 +02:00
parent 9d1956dc2a
commit 4e4acc6b3d
2 changed files with 0 additions and 22 deletions

View File

@@ -236,7 +236,6 @@ def tpahere_command_checker(sender, args):
return tpa_command_checker(sender, args)
def mail_command_checker(sender, args):
info("Mail command executed")
if len(args) < 3 or args[0].lower() != "send":
return True
target = server.getPlayer(args[1])