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