Skip to content

Commit

Permalink
Re-Enable Arrivals (DeltaV-Station#871)
Browse files Browse the repository at this point in the history
# Description

Apparently people thought we had removed the Arrivals Terminal from the
game. This corrects it so that the default behavior is Arrivals to be
enabled.

# Changelog

:cl:
- fix: Arrivals has been re-enabled. I feel sorry for all the people who
thought we had disabled it. This was a legacy toggle that was leftover
from when we forked DeltaV
  • Loading branch information
VMSolidus authored Sep 9, 2024
1 parent 874f4f7 commit d37c7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/CCVar/CCVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1591,7 +1591,7 @@ public static readonly CVarDef<int>
/// Whether the arrivals shuttle is enabled.
/// </summary>
public static readonly CVarDef<bool> ArrivalsShuttles =
CVarDef.Create("shuttle.arrivals", false, CVar.SERVERONLY);
CVarDef.Create("shuttle.arrivals", true, CVar.SERVERONLY);

/// <summary>
/// The map to use for the arrivals station.
Expand Down

0 comments on commit d37c7ee

Please sign in to comment.