1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00

Don't define global as a local

This commit is contained in:
plague006 2018-11-21 17:56:52 -05:00
parent 7f8eb83e55
commit 857baf6c5e

View File

@ -1,4 +1,3 @@
local global = {}
local Task = require 'utils.Task'
local Game = require 'utils.game'
local Event = require 'utils.event'