OBT/1.1.1 (#51)

Reverted an outdated change which is no longer in use
Removed CL-EP install command due to partical system issues
This commit is contained in:
NotAlwaysTrue
2026-03-13 13:34:21 +08:00
committed by GitHub
parent 679ffd380b
commit 5207b381b7
3 changed files with 38 additions and 35 deletions
@@ -1317,10 +1317,14 @@ namespace Barotrauma
GameMain.LuaCs.ToggleDebugger(port);
}));
/*
commands.Add(new Command("install_cl_ep", "Installs Client-Side ProjectEP into your client.", (string[] args) =>
{
LuaCsInstaller.Install();
}));
*/
// Removed due to critical partical issues
// TODO: Partical manager requires a refactor to solve race condition
commands.Add(new Command("randomizeseed", "randomizeseed: Toggles level seed randomization on/off.", (string[] args) =>
{