mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
adding master api project
This commit is contained in:
@ -51,7 +51,7 @@ namespace Application.EventParsers
|
||||
};
|
||||
}
|
||||
|
||||
if (lineSplit[0].Contains("ShutdownGame"))
|
||||
if (lineSplit[0].Contains("ExitLevel"))
|
||||
{
|
||||
return new GameEvent()
|
||||
{
|
||||
@ -69,6 +69,11 @@ namespace Application.EventParsers
|
||||
};
|
||||
}
|
||||
|
||||
/*if (lineSplit[0].Contains("ShutdownGame"))
|
||||
{
|
||||
|
||||
}*/
|
||||
|
||||
if (lineSplit[0].Contains("InitGame"))
|
||||
{
|
||||
return new GameEvent()
|
||||
|
Reference in New Issue
Block a user