[tweak] lets allow to return
This commit is contained in:
@@ -1359,7 +1359,7 @@ namespace Content.Shared.CCVar
|
|||||||
/// Are players allowed to return on the arrivals shuttle.
|
/// Are players allowed to return on the arrivals shuttle.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static readonly CVarDef<bool> ArrivalsReturns =
|
public static readonly CVarDef<bool> ArrivalsReturns =
|
||||||
CVarDef.Create("shuttle.arrivals_returns", false, CVar.SERVERONLY);
|
CVarDef.Create("shuttle.arrivals_returns", true, CVar.SERVERONLY);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Whether cargo shuttles are enabled.
|
/// Whether cargo shuttles are enabled.
|
||||||
|
|||||||
Reference in New Issue
Block a user