diff --git a/main.lua b/main.lua index d3641b1..49ef083 100644 --- a/main.lua +++ b/main.lua @@ -199,7 +199,7 @@ function netTransfer() end function DefaultNetCallHandler(event) - if (debug and event.status ~= 200) then + if (event.status ~= 200) then netDown(event) else netUp()