1
0
mirror of https://github.com/Earu/EasyChat.git synced 2025-03-04 03:13:20 -05:00

dont print

This commit is contained in:
Earu 2021-08-01 19:22:18 +02:00
parent 0a1abfff80
commit 3ba60ffdcf

View File

@ -199,7 +199,6 @@ if CLIENT then
local STACK_OFFSET = 4 -- we start at 4 because to ignore all the calls from the interns of easychat
local function is_easychat_calling()
local data = debug.getinfo(STACK_OFFSET)
print(data and data.source)
if data then
local ret = data.source:match("^@lua/easychat") ~= nil
if ret then return true end