accidentally left this line commented

This commit is contained in:
Evil Factory
2022-05-11 11:37:20 -03:00
parent 2630c8354c
commit c289cbf94e
@@ -1992,8 +1992,8 @@ namespace Barotrauma
#if DEBUG #if DEBUG
AddWarning($"You're not permitted to use the command \"{splitCommand[0].ToLowerInvariant()}\". Executing the command anyway because this is a debug build."); AddWarning($"You're not permitted to use the command \"{splitCommand[0].ToLowerInvariant()}\". Executing the command anyway because this is a debug build.");
#else #else
//ThrowError($"You're not permitted to use the command \"{splitCommand[0].ToLowerInvariant()}\"!"); ThrowError($"You're not permitted to use the command \"{splitCommand[0].ToLowerInvariant()}\"!");
//return; return;
#endif #endif
} }
} }