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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user