Add /goto and /save goto

This commit is contained in:
VegaZ
2018-10-15 18:29:16 +02:00
parent 216bdb4c6c
commit 42e1dc6e07
7 changed files with 84 additions and 81 deletions

View File

@@ -86,7 +86,7 @@ namespace reallife_gamemode.Server.Events
}
else
{
loginUser.Bans.Remove(bannedUser);
player.GetUser().BanId = null;
loginUser.SaveChanges();
player.TriggerEvent("showLogin");
}