Continued CEF browser for rank managment
This commit is contained in:
@@ -77,7 +77,7 @@ namespace reallife_gamemode.Server.Commands
|
||||
using(var context = new DatabaseContext())
|
||||
{
|
||||
List<FactionRank> factionRanks = context.FactionRanks.ToList().FindAll(r => r.FactionId == f.Id);
|
||||
string json = JsonConvert.SerializeObject(factionRanks, Formatting.Indented);
|
||||
string json = JsonConvert.SerializeObject(factionRanks, Formatting.None);
|
||||
player.TriggerEvent("manageFactionRanks", json);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user