mirror of
https://github.com/etlegacy/wolfadmin.git
synced 2024-11-10 06:41:53 +00:00
Removed unused table
This commit is contained in:
parent
6facbf0a7d
commit
2fa0815a97
1 changed files with 0 additions and 2 deletions
|
@ -24,8 +24,6 @@ local settings = require "luascripts.wolfadmin.util.settings"
|
||||||
|
|
||||||
local warns = {}
|
local warns = {}
|
||||||
|
|
||||||
local data = {}
|
|
||||||
|
|
||||||
function warns.get(clientId, warnId)
|
function warns.get(clientId, warnId)
|
||||||
if warnId then
|
if warnId then
|
||||||
return db.getwarn(warnId)
|
return db.getwarn(warnId)
|
||||||
|
|
Loading…
Reference in a new issue