mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-15 01:28:34 -05:00
Fix bug with webfront spamming issues when running
Remove IW5 parser Begin implementation of dynamic parsers
This commit is contained in:
@ -6,6 +6,9 @@ namespace IW4MAdmin.Application.EventParsers
|
||||
{
|
||||
class T5MEventParser : IW4EventParser
|
||||
{
|
||||
public override string GetGameDir() => "v2";
|
||||
public T5MEventParser() : base()
|
||||
{
|
||||
Configuration.GameDirectory = "v2";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user