client side lua install command thing

This commit is contained in:
Evil Factory
2021-10-08 10:44:24 -03:00
parent 58dbfdb13b
commit 8500525722
3 changed files with 74 additions and 2 deletions
@@ -1253,6 +1253,10 @@ namespace Barotrauma
GameMain.Lua.Initialize();
}));
commands.Add(new Command("install_cl_lua", "Installs client-side lua into your client.", (string[] args) =>
{
LuaSetup.InstallClientSideLua();
}));
commands.Add(new Command("randomizeseed", "randomizeseed: Toggles level seed randomization on/off.", (string[] args) =>
{