Fix #9360
This commit is contained in:
parent
2bec13a825
commit
4062f579e3
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ function wml_actions.disallow_recruit(cfg)
|
|||
end
|
||||
team.recruit = v
|
||||
else
|
||||
team.recruit = nil
|
||||
team.recruit = {}
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue