2c2c442ba7
fixed issue with locale when no config present changed kick color on webfront aliased owner to iamgod (for b3 familiar users) hopefully fixed stats issue added T5M (V2 BO2) support made dvar grab at beginning minimal to prevent throttling on older CODS
12 lines
227 B
C#
12 lines
227 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace IW4MAdmin.Application.EventParsers
|
|
{
|
|
class T5MEventParser : IW4EventParser
|
|
{
|
|
public override string GetGameDir() => "v2";
|
|
}
|
|
}
|