1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 07:13:58 -05:00

fixed rating and kill streak bug, but uncommenting something I forgot I commented out

Added SharedGUIDKick plugin to kick people with shared GUID
This commit is contained in:
RaidMax
2018-09-08 17:29:30 -05:00
parent 72f0bbf2fe
commit 36f7c5bc51
7 changed files with 181 additions and 82 deletions

View File

@ -23,6 +23,7 @@ namespace SharedLibraryCore
public static string OperatingDirectory = Path.GetDirectoryName(Assembly.GetEntryAssembly().Location) + Path.DirectorySeparatorChar;
public static Encoding EncodingType;
public static Localization.Layout CurrentLocalization = new Localization.Layout(new Dictionary<string, string>());
public static Player IW4MAdminClient = new Player() { ClientId = 1, Level = Player.Permission.Console };
public static string HttpRequest(string location, string header, string headerValue)
{