Random Recruiting MAI: use require() instead of dofile()
This commit is contained in:
parent
263227852a
commit
9ed1b39b90
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
local H = wesnoth.require "lua/helper.lua"
|
||||
local AH = wesnoth.require("ai/lua/ai_helper.lua")
|
||||
local LS = wesnoth.dofile "lua/location_set.lua"
|
||||
local LS = wesnoth.require "lua/location_set.lua"
|
||||
|
||||
local recruit_type
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue