Skip to content

Commit

Permalink
Prevent round failing to start due to missing content.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyyapril committed Dec 20, 2024
1 parent 737d1bb commit 4110c63
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 @@ -1637,7 +1637,7 @@ public static readonly CVarDef<int>
/// Whether the arrivals terminal should be on a planet map.
/// </summary>
public static readonly CVarDef<bool> ArrivalsPlanet =
CVarDef.Create("shuttle.arrivals_planet", true, CVar.SERVERONLY);
CVarDef.Create("shuttle.arrivals_planet", false, CVar.SERVERONLY);

/// <summary>
/// Whether the arrivals shuttle is enabled.
Expand Down

0 comments on commit 4110c63

Please sign in to comment.