mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Minor cleanups
This commit is contained in:
parent
7ae790a12f
commit
69bca18c03
2 changed files with 1 additions and 2 deletions
|
|
@ -472,7 +472,7 @@ class Command(with_metaclass(CommandMeta, object)):
|
|||
"""
|
||||
return self.__doc__
|
||||
|
||||
def width(self):
|
||||
def client_width(self):
|
||||
return self.session.protocol_flags['SCREENWIDTH'][0]
|
||||
|
||||
def style_table(self, *args, **kwargs):
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ represent Singletons and acts as a convenient place to find resources (
|
|||
available as properties on the singleton)
|
||||
|
||||
evennia.GLOBAL_SCRIPTS
|
||||
evennia.VALIDATOR_FUNCS
|
||||
evennia.OPTION_CLASSES
|
||||
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue