diff --git a/lua/gmod_integration/server/sv__websocket.lua b/lua/gmod_integration/server/sv__websocket.lua index a460907..79f4346 100644 --- a/lua/gmod_integration/server/sv__websocket.lua +++ b/lua/gmod_integration/server/sv__websocket.lua @@ -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)