1
0
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:
Lynn 2018-12-09 00:37:59 +01:00
parent a9d40f74a9
commit 35c916c9b4
2 changed files with 0 additions and 2 deletions

View File

@ -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'

View File

@ -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 = {}