From e3178bbcc3436995f2d67db17761d78fc305762d Mon Sep 17 00:00:00 2001 From: rhailrake <49613070+rhailrake@users.noreply.github.com> Date: Mon, 29 May 2023 21:05:39 +0600 Subject: [PATCH] [tweak] lets allow to return --- Content.Shared/CCVar/CCVars.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index 98dbf24185..6fa030234c 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -1359,7 +1359,7 @@ namespace Content.Shared.CCVar /// Are players allowed to return on the arrivals shuttle. /// public static readonly CVarDef ArrivalsReturns = - CVarDef.Create("shuttle.arrivals_returns", false, CVar.SERVERONLY); + CVarDef.Create("shuttle.arrivals_returns", true, CVar.SERVERONLY); /// /// Whether cargo shuttles are enabled.