Revert "accidentally left this line commented"

This reverts commit c289cbf94e.
This commit is contained in:
Evil Factory
2022-05-12 15:16:51 -03:00
parent c289cbf94e
commit 9378c901bf

View File

@@ -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
}
}