[Server] Fix players:

master
Sfan5 2013-05-18 08:32:59 +02:00
parent 0b8a945a83
commit 955512d369
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ def server(phenny, input):
carg = a[len("name:"):]
elif a.startswith("players:"):
choicefunc = by_players
ca = a[len("players:"):]
carg = a[len("players:"):]
elif a.startswith("ping:"):
choicefunc = by_ping
carg = a[len("ping:"):]