This commit is contained in:
Celtic Minstrel 2024-10-02 09:05:24 -04:00 committed by GitHub
parent 2bec13a825
commit 4062f579e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -191,7 +191,7 @@ function wml_actions.disallow_recruit(cfg)
end
team.recruit = v
else
team.recruit = nil
team.recruit = {}
end
end
end