Skip to content

Commit

Permalink
Disable debug flag for now
Browse files Browse the repository at this point in the history
  • Loading branch information
drakewill-CRL authored Sep 30, 2021
1 parent 538225b commit 33cbd8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 33cbd8e

Please sign in to comment.