Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed May 25, 2024
1 parent 5682aa9 commit 3e8660e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 105 deletions.
89 changes: 0 additions & 89 deletions Fika.Core/Coop/GameMode/AFikaGame.cs

This file was deleted.

14 changes: 0 additions & 14 deletions Fika.Core/Coop/GameMode/CoopGame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1291,18 +1291,6 @@ public override IEnumerator vmethod_4(BotControllerSettings controllerSettings,
}
}

/*Task deployTask = DeployScreen(timeBeforeDeployLocal);
while (!deployTask.IsCompleted)
{
yield return null;
}*/

/*using (GClass21.StartWithToken("SessionRun"))
{
CreateExfiltrationPointAndInitDeathHandler();
}*/

// Add FreeCamController to GameWorld GameObject
Singleton<GameWorld>.Instance.gameObject.GetOrAddComponent<FreeCameraController>();
Singleton<GameWorld>.Instance.gameObject.GetOrAddComponent<FikaAirdropsManager>();
Expand All @@ -1315,8 +1303,6 @@ public override IEnumerator vmethod_4(BotControllerSettings controllerSettings,
Singleton<GameWorld>.Instance.MineManager.OnExplosion += OnMineExplode;
}

/*runCallback.Succeed();*/

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

yield return base.vmethod_4(controllerSettings, spawnSystem, runCallback);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ public static CoopObservedGrenadeController Create(CoopPlayer player, GrenadeCla
};
}*/

private void CreateGrenadeClass1()
/*private void CreateGrenadeClass1()
{
}
}*/

public override bool CanChangeCompassState(bool newState)
{
Expand Down

0 comments on commit 3e8660e

Please sign in to comment.