Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
JustMarfix committed Jul 20, 2024
1 parent 994b889 commit 9b8d709
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Commands/PluginEnable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,15 @@ public bool Execute(ArraySegment<string> arguments, ICommandSender sender, out s
VeryUsualDay.Instance.DBoysQueue.Clear();
// Timing.KillCoroutines("_avel");
Timing.KillCoroutines("_joining");
Timing.KillCoroutines("_prisonTimer");
response = "Режим FX выключен.";
}
else
{
VeryUsualDay.Instance.IsEnabledInRound = true;
// Timing.RunCoroutine(VeryUsualDay.Instance._avel(), "_avel");
Timing.RunCoroutine(VeryUsualDay.Instance._joining(), "_joining");
Timing.RunCoroutine(VeryUsualDay.Instance._prisonTimer(), "_prisonTimer");
Timing.CallDelayed(5f, () =>
{
VeryUsualDay.Instance.SupplyBoxCoords = Room.Get(RoomType.EzGateB).Position + new Vector3(-6.193f, 2.243f, -5.901f);
Expand Down

0 comments on commit 9b8d709

Please sign in to comment.