Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@
// is local player?
// network information is meaningless for local player
if (latency < 0 && packetLoss < 0) {
widgets.network.gotoAndStop(1);
widgets.network.gotoAndStop(6);
}
// player disconnected, disable everything
else if (latency >= 1 || packetLoss >= 1) {
Expand Down Expand Up @@ -410,7 +410,7 @@
// is local player?
// network information is meaningless for local player
if (latency < 0 && packetLoss < 0) {
widgets.network.gotoAndStop(1);
widgets.network.gotoAndStop(6);
}
// player disconnected, disable everything
else if (latency >= 1 || packetLoss >= 1) {
Expand Down
Binary file not shown.
Binary file not shown.