1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 07:13:58 -05:00

Small anti-cheat update

This commit is contained in:
RaidMax
2018-10-28 20:47:56 -05:00
parent fd087c5506
commit 515443c84a
5 changed files with 58 additions and 60 deletions

View File

@ -119,7 +119,9 @@ namespace SharedLibraryCore
{
string formattedMessage = String.Format(RconParser.GetCommandPrefixes().Say, $"{(CustomSayEnabled ? $"{CustomSayName}: " : "")}{message}");
//Logger.WriteVerbose(message.StripColors());
#if DEBUG == true
Logger.WriteVerbose(message.StripColors());
#endif
var e = new GameEvent()
{