From 7fc21189c584a61bbd62e5e94bae078d6ba1b049 Mon Sep 17 00:00:00 2001 From: NotAlwaysTrue <2136846186@qq.com> Date: Tue, 23 Dec 2025 08:36:40 +0800 Subject: [PATCH] OBT-ReleaseVer --- Barotrauma/BarotraumaServer/ServerSource/DebugConsole.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Barotrauma/BarotraumaServer/ServerSource/DebugConsole.cs b/Barotrauma/BarotraumaServer/ServerSource/DebugConsole.cs index 6814e1b41..6955db81b 100644 --- a/Barotrauma/BarotraumaServer/ServerSource/DebugConsole.cs +++ b/Barotrauma/BarotraumaServer/ServerSource/DebugConsole.cs @@ -1316,12 +1316,12 @@ namespace Barotrauma GameMain.LuaCs.ToggleDebugger(port); })); - +#if DEBUG commands.Add(new Command("install_cl_lua|install_cl|install_cl_cs|install_cl_luacs", "Installs Client-Side LuaCs into your client.", (string[] args) => { LuaCsInstaller.Install(); })); - +#endif commands.Add(new Command("randomizeseed", "randomizeseed: Toggles level seed randomization on/off.", (string[] args) => { GameMain.Server.ServerSettings.RandomizeSeed = !GameMain.Server.ServerSettings.RandomizeSeed;