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:
@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user