From 6b461e10263c1b0722c9a9243b9da92cb0ec949d Mon Sep 17 00:00:00 2001 From: EvilFactory Date: Sun, 11 Jun 2023 13:33:38 -0300 Subject: [PATCH] Added cl_toggleluadebug to the multiplayer permitted commands --- .../SharedSource/LuaCs/Lua/LuaClasses/LuaGame.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Barotrauma/BarotraumaShared/SharedSource/LuaCs/Lua/LuaClasses/LuaGame.cs b/Barotrauma/BarotraumaShared/SharedSource/LuaCs/Lua/LuaClasses/LuaGame.cs index 6cfadb1ad..737ac8dec 100644 --- a/Barotrauma/BarotraumaShared/SharedSource/LuaCs/Lua/LuaClasses/LuaGame.cs +++ b/Barotrauma/BarotraumaShared/SharedSource/LuaCs/Lua/LuaClasses/LuaGame.cs @@ -415,6 +415,7 @@ namespace Barotrauma { DebugConsole.FindCommand("cl_reloadluacs"), DebugConsole.FindCommand("cl_lua"), + DebugConsole.FindCommand("cl_toggleluadebug"), }; foreach (var consoleCommand in LuaAddedCommand.Concat(permitted.AsEnumerable()))