diff --git a/Data/Models/Reference.cs b/Data/Models/Reference.cs index c888e733f..095b71b29 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 42cddeff8..d068fa516 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