Skip to content

Commit

Permalink
Add another raid loading message
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Dec 7, 2024
1 parent ce50054 commit d65c833
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Fika.Core/Coop/GameMode/CoopGame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1522,6 +1522,8 @@ public override async Task vmethod_1(BotControllerSettings controllerSettings, I
}
}

SetMatchmakerStatus(LocaleUtils.UI_FINISHING_RAID_INIT.Localized());

gameWorld.TriggersModule = gameObject.AddComponent<LocalClientTriggersModule>();
gameWorld.FillLampControllers();

Expand Down

0 comments on commit d65c833

Please sign in to comment.