mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-01-18 03:21:47 +02:00
Removed unused variables
This commit is contained in:
parent
a9d40f74a9
commit
35c916c9b4
@ -9,7 +9,6 @@ local Server = require 'features.server'
|
|||||||
local Timestamp = require 'utils.timestamp'
|
local Timestamp = require 'utils.timestamp'
|
||||||
local Command = require 'utils.command'
|
local Command = require 'utils.command'
|
||||||
local string_length = string.len
|
local string_length = string.len
|
||||||
local string_repeat = string.rep
|
|
||||||
local format = string.format
|
local format = string.format
|
||||||
|
|
||||||
--local Antigrief = require 'features.antigrief'
|
--local Antigrief = require 'features.antigrief'
|
||||||
|
@ -5,7 +5,6 @@ local format = string.format
|
|||||||
local next = next
|
local next = next
|
||||||
local serialize = serpent.line
|
local serialize = serpent.line
|
||||||
local match = string.match
|
local match = string.match
|
||||||
local lower = string.lower
|
|
||||||
|
|
||||||
local Command = {}
|
local Command = {}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user