mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 05:16:31 +01:00
Fixing reference to potentially uninitialized variable
This commit is contained in:
parent
cc8be09d5e
commit
31096331d9
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ class CmdBoot(COMMAND_DEFAULT_CLASS):
|
|||
|
||||
for session in boot_list:
|
||||
session.msg(feedback)
|
||||
pobj.disconnect_session_from_player(session)
|
||||
session.player.disconnect_session_from_player(session)
|
||||
|
||||
|
||||
# regex matching IP addresses with wildcards, eg. 233.122.4.*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue