|
|
|
@ -321,7 +321,7 @@ public class InGameLobbyController extends Controller {
|
|
|
|
* @param interval Countdown interval to check
|
|
|
|
* @param interval Countdown interval to check
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
private void countdownText(long interval){
|
|
|
|
private void countdownText(long interval){
|
|
|
|
|
|
|
|
countdownTenPane.setVisible(false);
|
|
|
|
//Do nothing if 5 seconds or less to go
|
|
|
|
//Do nothing if 5 seconds or less to go
|
|
|
|
if (interval <=5000){
|
|
|
|
if (interval <=5000){
|
|
|
|
countdownTenPane.setVisible(false);
|
|
|
|
countdownTenPane.setVisible(false);
|
|
|
|
|