Added cl_toggleluadebug to the multiplayer permitted commands
This commit is contained in:
@@ -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()))
|
||||||
|
|||||||
Reference in New Issue
Block a user