mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 17:56:32 +01:00
Fix olc with existing prototype
This commit is contained in:
parent
43cec126ed
commit
9e46d996b1
1 changed files with 1 additions and 1 deletions
|
|
@ -2909,7 +2909,7 @@ class CmdSpawn(COMMAND_DEFAULT_CLASS):
|
|||
elif metaprot:
|
||||
# one match
|
||||
metaprot = metaprot[0]
|
||||
start_olc(caller, self.session, metaprot)
|
||||
start_olc(caller, session=self.session, metaproto=metaprot)
|
||||
return
|
||||
|
||||
if 'search' in self.switches:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue