From 9378c901bf575ea0ff38c91ff8eebedd46177a0e Mon Sep 17 00:00:00 2001 From: Evil Factory <36804725+evilfactory@users.noreply.github.com> Date: Thu, 12 May 2022 15:16:51 -0300 Subject: [PATCH] Revert "accidentally left this line commented" This reverts commit c289cbf94e8a60f6ba93c7c8ca506948f3cdb36a. --- Barotrauma/BarotraumaShared/SharedSource/DebugConsole.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Barotrauma/BarotraumaShared/SharedSource/DebugConsole.cs b/Barotrauma/BarotraumaShared/SharedSource/DebugConsole.cs index 29f8101a9..06086ed2e 100644 --- a/Barotrauma/BarotraumaShared/SharedSource/DebugConsole.cs +++ b/Barotrauma/BarotraumaShared/SharedSource/DebugConsole.cs @@ -1992,8 +1992,8 @@ namespace Barotrauma #if DEBUG AddWarning($"You're not permitted to use the command \"{splitCommand[0].ToLowerInvariant()}\". Executing the command anyway because this is a debug build."); #else - ThrowError($"You're not permitted to use the command \"{splitCommand[0].ToLowerInvariant()}\"!"); - return; + //ThrowError($"You're not permitted to use the command \"{splitCommand[0].ToLowerInvariant()}\"!"); + //return; #endif } }