修改mapconfig参数传递
This commit is contained in:
parent
1eb0bd65f6
commit
b92dba5eeb
@ -203,11 +203,11 @@ public class ChooseUI
|
||||
_main.MapConfig.AIDiff = diff;
|
||||
if (LobbyManager.Instance.Lobby.IsLobbyOwner() && LobbyManager.Instance.Lobby.GetMemberCount() > 1)
|
||||
{
|
||||
_main.MainMemberStartGame((uint)mapSize, (uint)mapSize,(uint)playerCount, civ, force,diff);
|
||||
_main.MainMemberStartGame();
|
||||
}
|
||||
else
|
||||
{
|
||||
_main.StartGame((uint)mapSize, (uint)mapSize,(uint)playerCount, civ, force,diff);
|
||||
_main.StartGame();
|
||||
}
|
||||
Hide();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user