Micro AIs: one more wesnoth.dofile -> wesnoth.require
This commit is contained in:
parent
bb5ed2e5a2
commit
f260dd3be5
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
local H = wesnoth.require "lua/helper.lua"
|
||||
local W = H.set_wml_action_metatable {}
|
||||
local AH = wesnoth.require("ai/lua/ai_helper.lua")
|
||||
local MAIUV = wesnoth.dofile "ai/micro_ais/micro_ai_unit_variables.lua"
|
||||
local MAIUV = wesnoth.require "ai/micro_ais/micro_ai_unit_variables.lua"
|
||||
|
||||
local micro_ai_helper = {}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue