OBT-ReleaseVer

This commit is contained in:
NotAlwaysTrue
2025-12-23 08:36:40 +08:00
parent c8123383d5
commit 7fc21189c5

View File

@@ -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;