mirror of
https://github.com/etlegacy/wolfadmin.git
synced 2024-11-22 12:21:43 +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 data = {}
|
||||
|
||||
function warns.get(clientId, warnId)
|
||||
if warnId then
|
||||
return db.getwarn(warnId)
|
||||
|
|
Loading…
Reference in a new issue