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

SPM and skill is rounded in profile now

fixed web console not waiting for reponse
fixed password not saving over time
web users level update properly now when promoted/demoted
This commit is contained in:
RaidMax
2018-04-28 16:39:45 -05:00
parent df30fee5bb
commit 1a580f17cb
12 changed files with 94 additions and 59 deletions

View File

@ -10,7 +10,7 @@ namespace SharedLibraryCore.Interfaces
public interface IManager
{
Task Init();
void Start();
Task Start();
void Stop();
ILogger GetLogger();
IList<Server> GetServers();