Unused variable
This commit is contained in:
parent
2d0426b323
commit
a9090d18b9
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
local base = string.gsub(@@LUA_SCRIPT_FILENAME@@, "(.*[/\\])(.*)", "%1")
|
||||
|
||||
local set_timer_timeout, memory, memory2, gui, input, bit = set_timer_timeout, memory, memory2, gui, input, bit, set_timer_timeout
|
||||
local set_timer_timeout, memory, memory2, gui, input, bit = set_timer_timeout, memory, memory2, gui, input, bit
|
||||
|
||||
local util = dofile(base.."/util.lua")
|
||||
local mem = dofile(base.."/mem.lua")
|
||||
|
|
Loading…
Add table
Reference in a new issue