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:
|
for session in boot_list:
|
||||||
session.msg(feedback)
|
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.*
|
# regex matching IP addresses with wildcards, eg. 233.122.4.*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue