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

add mwr to game list (h1)

This commit is contained in:
RaidMax 2022-06-07 12:10:39 -05:00
parent 6b243cfa1d
commit 231f3e47fd
2 changed files with 5 additions and 3 deletions

View File

@ -15,7 +15,8 @@
T6 = 7, T6 = 7,
T7 = 8, T7 = 8,
SHG1 = 9, SHG1 = 9,
CSGO = 10 CSGO = 10,
H1 = 11
} }
public enum ConnectionType public enum ConnectionType

View File

@ -33,7 +33,8 @@ namespace SharedLibraryCore
T6 = 7, T6 = 7,
T7 = 8, T7 = 8,
SHG1 = 9, SHG1 = 9,
CSGO = 10 CSGO = 10,
H1 = 11
} }
// only here for performance // only here for performance