Skip to content

Commit

Permalink
Random Recruiting MAI: use require() instead of dofile()
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsc committed Mar 28, 2016
1 parent 2632278 commit 9ed1b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/ai/micro_ais/cas/ca_recruit_random.lua
@@ -1,6 +1,6 @@
local H = wesnoth.require "lua/helper.lua"
local AH = wesnoth.require("ai/lua/ai_helper.lua")
local LS = wesnoth.dofile "lua/location_set.lua"
local LS = wesnoth.require "lua/location_set.lua"

local recruit_type

Expand Down

0 comments on commit 9ed1b39

Please sign in to comment.