Fixed a typo for the command. Resolves #755.

This commit is contained in:
Griatch 2015-06-03 23:10:41 +02:00
parent 70762fb2be
commit 9c677362e7

View file

@ -429,7 +429,7 @@ class CmdPlayers(MuxCommand):
"List the players" "List the players"
caller = self.caller caller = self.caller
if self.args and self.args.is_digit(): if self.args and self.args.isdigit():
nlim = int(self.args) nlim = int(self.args)
else: else:
nlim = 10 nlim = 10