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

track private slots for webfront overview

This commit is contained in:
RaidMax
2023-04-05 23:10:40 -05:00
parent 831a6a2a37
commit f32949083f
7 changed files with 20 additions and 7 deletions

View File

@ -123,6 +123,7 @@ namespace SharedLibraryCore
?.FirstOrDefault(gt => gt.Name == Gametype)?.Alias ?? Gametype;
public string GamePassword { get; protected set; }
public int PrivateClientSlots { get; protected set; }
public Map CurrentMap { get; set; }
public Map Map => CurrentMap;