Skip to content

Commit

Permalink
Update mm text
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Jul 15, 2024
1 parent f228201 commit f1b8567
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 33 deletions.
3 changes: 1 addition & 2 deletions Fika.Core/Coop/GameMode/CoopGame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -728,9 +728,8 @@ private IEnumerator WaitForOtherPlayers()

NetDataWriter writer = new();

FikaBackendUtils.ScreenController.ChangeStatus("Waiting for other players to finish loading...", 0);

float expectedPlayers = FikaBackendUtils.HostExpectedNumberOfPlayers;
FikaBackendUtils.ScreenController.ChangeStatus("Waiting for other players to finish loading...", (float)(1 / expectedPlayers));

if (isServer)
{
Expand Down
31 changes: 0 additions & 31 deletions Fika.Core/UI/Patches/InventoryScroll_Patch.cs

This file was deleted.

0 comments on commit f1b8567

Please sign in to comment.