mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 07:13:58 -05:00
Fix bug introduced with auto messages
This commit is contained in:
@ -195,7 +195,7 @@ namespace SharedLibraryCore
|
||||
|
||||
if (found != null)
|
||||
{
|
||||
str = str.Replace(Match, (await found.ProcessAsync(server)).ToString());
|
||||
str = str.Replace(Match, await found.ProcessAsync(server));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user