Fixed a typo for the command. Resolves #755.
This commit is contained in:
parent
70762fb2be
commit
9c677362e7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue