From 231f3e47fd5f93ddb83cc64e625f7e41dcfb0063 Mon Sep 17 00:00:00 2001 From: RaidMax Date: Tue, 7 Jun 2022 12:10:39 -0500 Subject: [PATCH] add mwr to game list (h1) --- Data/Models/Reference.cs | 5 +++-- SharedLibraryCore/Server.cs | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Data/Models/Reference.cs b/Data/Models/Reference.cs index c888e733..095b71b2 100644 --- a/Data/Models/Reference.cs +++ b/Data/Models/Reference.cs @@ -15,7 +15,8 @@ T6 = 7, T7 = 8, SHG1 = 9, - CSGO = 10 + CSGO = 10, + H1 = 11 } public enum ConnectionType @@ -24,4 +25,4 @@ Disconnect } } -} \ No newline at end of file +} diff --git a/SharedLibraryCore/Server.cs b/SharedLibraryCore/Server.cs index 42cddeff..d068fa51 100644 --- a/SharedLibraryCore/Server.cs +++ b/SharedLibraryCore/Server.cs @@ -33,7 +33,8 @@ namespace SharedLibraryCore T6 = 7, T7 = 8, SHG1 = 9, - CSGO = 10 + CSGO = 10, + H1 = 11 } // only here for performance