Skip to content

Commit

Permalink
Merge pull request #94 from ArchangelWTF/change/status-vmethod4
Browse files Browse the repository at this point in the history
Update status at the end of vmethod_4
  • Loading branch information
Lacyway authored Jul 15, 2024
2 parents 0e7b387 + 92e2f24 commit f228201
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Fika.Core/Coop/GameMode/CoopGame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,8 @@ public override IEnumerator vmethod_1()
{
if (!isServer)
{
FikaBackendUtils.ScreenController.ChangeStatus("Waiting for host to finish raid initialization...");

FikaClient fikaClient = Singleton<FikaClient>.Instance;
do
{
Expand Down Expand Up @@ -1378,6 +1380,8 @@ public override IEnumerator vmethod_4(BotControllerSettings controllerSettings,

Singleton<BackendConfigSettingsClass>.Instance.TimeBeforeDeployLocal = Math.Max(Singleton<BackendConfigSettingsClass>.Instance.TimeBeforeDeployLocal, 5);

FikaBackendUtils.ScreenController.ChangeStatus("Finishing raid initialization...");

yield return base.vmethod_4(controllerSettings, spawnSystem, runCallback);
yield break;
}
Expand Down

0 comments on commit f228201

Please sign in to comment.