Added cl_toggleluadebug to the multiplayer permitted commands

This commit is contained in:
EvilFactory
2023-06-11 13:33:38 -03:00
parent 3bc8f06e58
commit 6b461e1026
@@ -415,6 +415,7 @@ namespace Barotrauma
{ {
DebugConsole.FindCommand("cl_reloadluacs"), DebugConsole.FindCommand("cl_reloadluacs"),
DebugConsole.FindCommand("cl_lua"), DebugConsole.FindCommand("cl_lua"),
DebugConsole.FindCommand("cl_toggleluadebug"),
}; };
foreach (var consoleCommand in LuaAddedCommand.Concat(permitted.AsEnumerable())) foreach (var consoleCommand in LuaAddedCommand.Concat(permitted.AsEnumerable()))