mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-16 03:07:34 +00:00
fix: error on debug only
This commit is contained in:
parent
c53952f163
commit
8b5280e736
|
@ -60,7 +60,7 @@ function socket:onDisconnected()
|
||||||
end
|
end
|
||||||
|
|
||||||
function socket:onError(txt)
|
function socket:onError(txt)
|
||||||
gmInte.logError("WebSocket Error: " .. txt)
|
gmInte.logError("WebSocket Error: " .. txt, true)
|
||||||
end
|
end
|
||||||
|
|
||||||
function gmInte.websocketWrite(data)
|
function gmInte.websocketWrite(data)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user