Skip to content

Commit

Permalink
Some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommy-XL committed Aug 4, 2024
1 parent 5a28a2f commit 512d230
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Patches/GameStartManagerPatch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public class GameStartManagerStartPatch
public static TextMeshPro HideName;
public static void Postfix(GameStartManager __instance)
{
GameStartManagerUpdatePatch.AlredyBegin = false;
__instance.GameRoomNameCode.text = GameCode.IntToGameName(AmongUsClient.Instance.GameId);
// Reset lobby countdown timer
timer = 600f;
Expand Down

0 comments on commit 512d230

Please sign in to comment.