Closed yuraj11 closed 4 years ago
There's line OverlayDebugInfo.set_label("dbg1", "Received delta snapshot") in network.gd line 768. I think it should not be there.
OverlayDebugInfo.set_label("dbg1", "Received delta snapshot")
You are absolutely right! I had it locally fixed but completely forgot to commit and push! It's now on the repository.
Thank you very much for pointing that out!
There's line
OverlayDebugInfo.set_label("dbg1", "Received delta snapshot")
in network.gd line 768. I think it should not be there.