diff --git a/Data/aptui/Ra3BattleNet_ConnectionInformation/Ra3BattleNet/ConnectionInformation.as b/Data/aptui/Ra3BattleNet_ConnectionInformation/Ra3BattleNet/ConnectionInformation.as index 362d99c..e48c208 100644 --- a/Data/aptui/Ra3BattleNet_ConnectionInformation/Ra3BattleNet/ConnectionInformation.as +++ b/Data/aptui/Ra3BattleNet_ConnectionInformation/Ra3BattleNet/ConnectionInformation.as @@ -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) { @@ -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) { diff --git a/Data/aptui/Ra3BattleNet_ConnectionInformation/Ra3BattleNet_ConnectionInformation.fla b/Data/aptui/Ra3BattleNet_ConnectionInformation/Ra3BattleNet_ConnectionInformation.fla index 33d2c75..4ed7b05 100644 Binary files a/Data/aptui/Ra3BattleNet_ConnectionInformation/Ra3BattleNet_ConnectionInformation.fla and b/Data/aptui/Ra3BattleNet_ConnectionInformation/Ra3BattleNet_ConnectionInformation.fla differ diff --git a/Data/aptui/Ra3BattleNet_ConnectionInformation/Ra3BattleNet_ConnectionInformation.swf b/Data/aptui/Ra3BattleNet_ConnectionInformation/Ra3BattleNet_ConnectionInformation.swf index 457116b..31f5967 100644 Binary files a/Data/aptui/Ra3BattleNet_ConnectionInformation/Ra3BattleNet_ConnectionInformation.swf and b/Data/aptui/Ra3BattleNet_ConnectionInformation/Ra3BattleNet_ConnectionInformation.swf differ