This commit is contained in:
parent
59f07e23a5
commit
a30d997487
|
@ -147,6 +147,7 @@ public class GameManager : MonoSingleton<GameManager>
|
||||||
///04 student 03 teacher
|
///04 student 03 teacher
|
||||||
if (GlobalFlag.currentUser.role_code == "04")
|
if (GlobalFlag.currentUser.role_code == "04")
|
||||||
{
|
{
|
||||||
|
GlobalFlag.blueOrRed = 4;
|
||||||
Teacher.gameObject.SetActive(false);
|
Teacher.gameObject.SetActive(false);
|
||||||
student.gameObject.SetActive(true);
|
student.gameObject.SetActive(true);
|
||||||
GlobalFlag.isStartRehearsing = (UIBootstrap.Instance.GetRoomStateById(GlobalFlag.roomID) == 1);
|
GlobalFlag.isStartRehearsing = (UIBootstrap.Instance.GetRoomStateById(GlobalFlag.roomID) == 1);
|
||||||
|
|
Loading…
Reference in New Issue