forked from TeamUlysses/ulib
Remove debug print
This commit is contained in:
parent
2ec73c3e58
commit
42d9ee7f51
@ -17,7 +17,6 @@ ULib.BanMessage = [[
|
||||
function ULib.getBanMessage( steamid, banData, templateMessage )
|
||||
banData = banData or ULib.bans[ steamid ]
|
||||
if not banData then return end
|
||||
print( templateMessage )
|
||||
templateMessage = templateMessage or ULib.BanMessage
|
||||
|
||||
local replacements = {
|
||||
|
Loading…
Reference in New Issue
Block a user