[tweak] lets allow to return

This commit is contained in:
rhailrake
2023-05-29 21:05:39 +06:00
committed by Remuchi
parent 25252e0697
commit e3178bbcc3

View File

@@ -1359,7 +1359,7 @@ namespace Content.Shared.CCVar
/// Are players allowed to return on the arrivals shuttle.
/// </summary>
public static readonly CVarDef<bool> ArrivalsReturns =
CVarDef.Create("shuttle.arrivals_returns", false, CVar.SERVERONLY);
CVarDef.Create("shuttle.arrivals_returns", true, CVar.SERVERONLY);
/// <summary>
/// Whether cargo shuttles are enabled.