1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

Version 1.5

Updated Readme
This commit is contained in:
RaidMax
2017-11-13 17:17:10 -06:00
parent e64a216cc0
commit 3ccd0013b4
8 changed files with 120 additions and 96 deletions

View File

@ -15,7 +15,7 @@ namespace IW4MAdmin
static void Main(string[] args)
{
Version = 1.4;
Version = 1.5;
handler = new ConsoleEventDelegate(OnProcessExit);
SetConsoleCtrlHandler(handler, true);