mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-16 10:09:14 -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 IW3EventParser : IW4EventParser
|
||||
{
|
||||
public override string GetGameDir() => "main";
|
||||
public IW3EventParser() : base()
|
||||
{
|
||||
Configuration.GameDirectory = "main";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user