added MySQL support

fixed login bug
IW3 official support
This commit is contained in:
RaidMax
2018-04-25 01:38:59 -05:00
parent 0e3d280595
commit ece519251a
18 changed files with 63 additions and 463 deletions

View File

@ -0,0 +1,11 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace IW4MAdmin.Application.EventParsers
{
class IW3EventParser : IW4EventParser
{
public override string GetGameDir() => "main";
}
}

View File

@ -6,7 +6,7 @@ using SharedLibraryCore;
using SharedLibraryCore.Interfaces;
using SharedLibraryCore.Objects;
namespace Application.EventParsers
namespace IW4MAdmin.Application.EventParsers
{
class IW4EventParser : IEventParser
{

View File

@ -7,7 +7,7 @@ using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
namespace Application.EventParsers
namespace IW4MAdmin.Application.EventParsers
{
class IW5EventParser : IW4EventParser
{

View File

@ -7,7 +7,7 @@ using SharedLibraryCore;
using SharedLibraryCore.Interfaces;
using SharedLibraryCore.Objects;
namespace Application.EventParsers
namespace IW4MAdmin.Application.EventParsers
{
class T6MEventParser : IEventParser
{