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 bb90a807b7
commit 8071fb37bc
12 changed files with 94 additions and 59 deletions

View File

@ -441,7 +441,7 @@ namespace SharedLibraryCore.Commands
}
}
if (newPerm > Player.Permission.Banned)
else if (newPerm > Player.Permission.Banned)
{
var ActiveClient = E.Owner.Manager.GetActiveClients()
.FirstOrDefault(p => p.NetworkId == E.Target.NetworkId);
@ -465,6 +465,7 @@ namespace SharedLibraryCore.Commands
catch (Exception)
{
// this updates their privilege level to the webfront claims
E.Owner.Manager.GetPrivilegedClients()[E.Target.ClientId] = E.Target;
}