Skip to content

Commit

Permalink
Add ClientBroadcastSyncController
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Dec 31, 2024
1 parent 26ebef0 commit 5825eaf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Fika.Core/Coop/GameMode/CoopGame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1150,11 +1150,14 @@ public async Task InitPlayer(BotControllerSettings botsSettings, string backendU
{
gameWorld.RunddansController = new GClass2045(instance.runddansSettings, Location_0);
}

GClass2043.ToggleEventEnvironment(false);
else
{
GClass2043.ToggleEventEnvironment(false);
}

Logger.LogInfo("Transits are disabled");
TransitControllerAbstractClass.DisableTransitPoints();
gameWorld.ClientBroadcastSyncController = new GClass1093();

ApplicationConfigClass config = BackendConfigAbstractClass.Config;
if (config.FixedFrameRate > 0f)
Expand Down

0 comments on commit 5825eaf

Please sign in to comment.