add wanteds

This commit is contained in:
hydrant
2019-06-26 20:09:19 +02:00
parent 8125ba673e
commit 3a894ddb93
10 changed files with 135 additions and 7 deletions

View File

@@ -59,6 +59,8 @@ namespace ReallifeGamemode.Server.Events
var userBankAccount = user.GetBankAccount();
userBankAccount.Balance = userBankAccount.Balance;
user.Wanteds = user.Wanteds;
if(user.Group != null)
{
string msg = $"{player.Name} ist wieder online.";