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

tweak color of kick icon

This commit is contained in:
RaidMax
2020-07-14 15:48:38 -05:00
parent 41474768fc
commit 2b3514d586
3 changed files with 13 additions and 4 deletions

View File

@ -99,7 +99,7 @@ namespace SharedLibraryCore.Configuration
[ConfigurationIgnore]
public bool IgnoreServerConnectionLost { get; set; }
[ConfigurationIgnore]
public Uri MasterUrl { get; set; } = new Uri("https://fn-p.master.threadsafe.sh/");
public Uri MasterUrl { get; set; } = new Uri("http://api.raidmax.org:5000");
public IBaseConfiguration Generate()
{