Removed pointless reliance on the Wesnoth Lua Pack.

This commit is contained in:
Steven Panek 2012-01-14 13:27:28 +00:00
parent 0fc62d0482
commit 78ae63c3d7

View file

@ -79,7 +79,6 @@
[lua]
code=<<
local factions = wesnoth.get_variable("factions")
local dbms = wesnoth.require("~add-ons/Wesnoth_Lua_Pack/debug_utils.lua").dbms
local function detect_faction(side_number)
local helper = wesnoth.require("lua/helper.lua")
for multiplayer_side in helper.child_range(factions, "multiplayer_side") do