mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 22:47:16 +02:00
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"
|
||||
|
||||
caller = self.caller
|
||||
if self.args and self.args.is_digit():
|
||||
if self.args and self.args.isdigit():
|
||||
nlim = int(self.args)
|
||||
else:
|
||||
nlim = 10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue