ExpAI move_to_enemy CA: fix file path
Had accidentally copied over the AI-demos path.
This commit is contained in:
parent
c214c12611
commit
cb2a22acd4
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
return {
|
||||
init = function(ai)
|
||||
local AH = wesnoth.require "~/add-ons/AI-demos/lua/ai_helper.lua"
|
||||
local AH = wesnoth.require "ai/lua/ai_helper.lua"
|
||||
|
||||
local move_to_any_target = {}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue