Fast Micro AI: use wesnoth.require instead of wesnoth.dofile
This commit is contained in:
parent
feabdfb4ea
commit
d8b5984a19
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
local H = wesnoth.require "lua/helper.lua"
|
||||
local AH = wesnoth.dofile "ai/lua/ai_helper.lua"
|
||||
local AH = wesnoth.require "ai/lua/ai_helper.lua"
|
||||
|
||||
local ca_fast_move = {}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue