add wanteds
This commit is contained in:
@@ -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.";
|
||||
|
||||
Reference in New Issue
Block a user