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

-first official stable release

-fixed last known error (due to web front passing invalid sql syntax)
-re-added stats. though still not working 100%
-added welcome plugin
This commit is contained in:
RaidMax
2015-10-14 22:10:14 -05:00
parent 81c5fb60be
commit c06cd191a2
10 changed files with 355 additions and 13 deletions

View File

@ -15,7 +15,7 @@ namespace IW4MAdmin
static void Main(string[] args)
{
Version = 0.95;
Version = 1.0;
double latestVersion = 0;
handler = new ConsoleEventDelegate(OnProcessExit);
SetConsoleCtrlHandler(handler, true);