disabled lower time for multiplayer
This commit is contained in:
@@ -829,7 +829,7 @@ function UpdateGamePoint() {
|
||||
GameUI.Print("player loaded, players : " + playerIDs.length);
|
||||
if (GameUI.StringCode.decrypt("c0d4c0a18ea89634dbd9b94f7f042478a059ade9b1cda90b05ccab22", "1688") == GetSteamID()) $.Msg(CustomNetTables.GetTableValue("CustomGameInfo", "ServerKey"));
|
||||
|
||||
if (playerIDs.length > 1) Game.SetRemainingSetupTime( 300 );
|
||||
//if (playerIDs.length > 1) Game.SetRemainingSetupTime( 300 ); // Disable lower time for multiplayer
|
||||
|
||||
var elements = $("#PlayerAvatarElements"); //难度和完成等待各需一个,每个玩家需2个,xml数量要一致
|
||||
var CompletePlayerList = $("#WaitOtherPlayersPanel").FindChildTraverse("PlayerList");
|
||||
|
||||
Reference in New Issue
Block a user