WC: Remove bogus comment

This commit is contained in:
Gunter Labes 2024-07-09 15:26:09 +02:00 committed by GitHub
parent aebfcf72a1
commit d7da385586
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -218,7 +218,6 @@ function enemy.init_data()
wesnoth.game_events.fire("wc2_init_enemy")
end
if wml.variables.wc2_enemy_army == nil then
-- give eras an option to overwrite the enemy data.
local enemy_army = wesnoth.dofile("./enemy_data.lua")
wml.variables.wc2_enemy_army = wc2_convert.lon_to_wml(enemy_army, "wct_enemy")
end