mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 07:13:58 -05:00
finish custom accent color feature
This commit is contained in:
@ -672,6 +672,7 @@ namespace SharedLibraryCore
|
||||
cmdProcess.WaitForExit();
|
||||
|
||||
string[] cmdLine = cmdProcess.StandardOutput.ReadToEnd().Split("\r\n", StringSplitOptions.RemoveEmptyEntries);
|
||||
cmdProcess.Dispose();
|
||||
|
||||
return cmdLine.Length > 1 ? cmdLine[1] : cmdLine[0];
|
||||
}
|
||||
|
Reference in New Issue
Block a user