mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-11-06 09:09:26 +02:00
moved band_roles
This commit is contained in:
4
band.lua
4
band.lua
@@ -8,8 +8,8 @@
|
|||||||
local option_band_change_interval = 60 * 3 -- in ticks
|
local option_band_change_interval = 60 * 3 -- in ticks
|
||||||
if not global.band_last_change then global.band_last_change = {} end
|
if not global.band_last_change then global.band_last_change = {} end
|
||||||
|
|
||||||
-- Role list: "band_roles.lua"
|
-- Role list: "locale.resources.band_roles.lua"
|
||||||
local band_roles = require "band_roles"
|
local band_roles = require "locale.resources.band_roles"
|
||||||
local to_print, roles = band_roles.to_print, band_roles.roles
|
local to_print, roles = band_roles.to_print, band_roles.roles
|
||||||
|
|
||||||
do
|
do
|
||||||
|
|||||||
Reference in New Issue
Block a user