mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 23:31:13 -05:00
Redid the logging system
This commit is contained in:
@ -127,8 +127,7 @@ namespace SharedLibrary
|
||||
{
|
||||
String Match = M.Value;
|
||||
String Identifier = M.Value.Substring(2, M.Length - 4);
|
||||
Object foundVal;
|
||||
Dict.TryGetValue(Identifier, out foundVal);
|
||||
Dict.TryGetValue(Identifier, out object foundVal);
|
||||
String Replacement;
|
||||
|
||||
if (foundVal != null)
|
||||
|
Reference in New Issue
Block a user