ece519251a
fixed login bug IW3 official support
12 lines
229 B
C#
12 lines
229 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace IW4MAdmin.Application.EventParsers
|
|
{
|
|
class IW3EventParser : IW4EventParser
|
|
{
|
|
public override string GetGameDir() => "main";
|
|
}
|
|
}
|