mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-24 08:04:13 +00:00
Fix #9360
This commit is contained in:
parent
2bec13a825
commit
4062f579e3
@ -191,7 +191,7 @@ function wml_actions.disallow_recruit(cfg)
|
||||
end
|
||||
team.recruit = v
|
||||
else
|
||||
team.recruit = nil
|
||||
team.recruit = {}
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user