From 65f9d51f91ab7f7c3c94187bee1353772dac0fbd Mon Sep 17 00:00:00 2001 From: James Gillham Date: Sat, 9 Sep 2017 11:54:34 +0100 Subject: [PATCH] moved band_roles --- band.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/band.lua b/band.lua index 09ab6d2b..fd914d75 100644 --- a/band.lua +++ b/band.lua @@ -8,8 +8,8 @@ local option_band_change_interval = 60 * 3 -- in ticks if not global.band_last_change then global.band_last_change = {} end --- Role list: "band_roles.lua" -local band_roles = require "band_roles" +-- Role list: "locale.resources.band_roles.lua" +local band_roles = require "locale.resources.band_roles" local to_print, roles = band_roles.to_print, band_roles.roles do