Skip to content

Commit

Permalink
add this for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
ipsvn committed Mar 4, 2024
1 parent b6e2b9b commit ac0dfc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChaseMod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class ChaseMod : BasePlugin, IPluginConfig<ChaseModConfig>

public override void Load(bool hotReload)
{
_freezeManager = new(this);
_freezeManager = new PlayerFreezeManager(this);
_roundStartFreezeTimeManager = new RoundStartFreezeTimeManager(this, _freezeManager);
_nadeManager = new NadeManager(this, _freezeManager, _roundStartFreezeTimeManager);
_knifeCooldownManager = new KnifeCooldownManager(this);
Expand Down

0 comments on commit ac0dfc4

Please sign in to comment.