mirror of
https://github.com/evennia/evennia.git
synced 2026-04-04 23:17:17 +02:00
Removed some retarded uses of 'server' reference variables.
This commit is contained in:
parent
62d0be532b
commit
18e2eca2c5
5 changed files with 1 additions and 12 deletions
|
|
@ -20,7 +20,6 @@ def cmd_addcom(command):
|
|||
"""
|
||||
session = command.session
|
||||
pobject = session.get_pobject()
|
||||
server = command.server
|
||||
eq_args = command.command_argument.split('=', 1)
|
||||
|
||||
if not command.command_argument:
|
||||
|
|
@ -192,7 +191,6 @@ def cmd_cemit(command):
|
|||
"""
|
||||
session = command.session
|
||||
pobject = session.get_pobject()
|
||||
server = command.server
|
||||
|
||||
if command.command_argument == 0:
|
||||
session.msg("Channel emit what?")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue