mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 01:20:26 +00:00
Remove dependency on AI-demos add-on
This commit is contained in:
parent
6c0e82fcdd
commit
260ac0f676
@ -14,8 +14,7 @@ return {
|
||||
|
||||
local H = wesnoth.require "lua/helper.lua"
|
||||
local W = H.set_wml_action_metatable {}
|
||||
local AH = wesnoth.require "~/add-ons/AI-demos/lua/ai_helper.lua"
|
||||
local DBG = wesnoth.require "~/add-ons/AI-demos/lua/debug.lua"
|
||||
local AH = wesnoth.require "~/ai/lua/ai_helper.lua"
|
||||
|
||||
local get_next_id = (function()
|
||||
local next_id = 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user