1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

Update to .NET Core 3.0

This commit is contained in:
RaidMax
2019-09-30 18:35:36 -05:00
parent 0842d21401
commit ca439070dd
18 changed files with 40 additions and 102 deletions

View File

@ -24,7 +24,7 @@ namespace IW4MAdmin
{
public class IW4MServer : Server
{
private static readonly Index loc = Utilities.CurrentLocalization.LocalizationIndex;
private static readonly SharedLibraryCore.Localization.Index loc = Utilities.CurrentLocalization.LocalizationIndex;
private GameLogEventDetection LogEvent;
private const int REPORT_FLAG_COUNT = 4;