Large Number of bug fixes

This commit is contained in:
Cooldude2606
2018-11-09 17:33:48 +00:00
parent f6c1ea7c32
commit d8ca2e0c9a
19 changed files with 33 additions and 30 deletions

View File

@@ -1,5 +1,5 @@
-- not_luadoc=true
local temp_ban = require('ExpGamingAdmin.TempBan')
local temp_ban = require('ExpGamingAdmin.AdminLib@^4.0.0').temp_ban
return function(player,entity)
player_return('You have repaired: '..entity.name..' this item is not allowed.',defines.textcolor.crit,player)
temp_ban(player,'<server>','Attempt To Repair A Banned Item')