1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 23:31:13 -05:00

Changed some assembly properties.

This commit is contained in:
RaidMax
2017-06-19 16:46:31 -04:00
parent 7dfc2bbc1b
commit 4007e6d196
9 changed files with 250 additions and 250 deletions

View File

@ -343,7 +343,7 @@ namespace SharedLibrary
public ServerConfiguration Config { get; private set; }
public List<Map> Maps { get; protected set; }
public List<string> Rules { get; protected set; }
public List<Report> Reports { get; protected set; }
public List<Report> Reports { get; set; }
public List<Chat> ChatHistory { get; protected set; }
public Queue<Helpers.PlayerHistory> PlayerHistory { get; private set; }