This commit is contained in:
Luke
2021-05-08 19:33:40 +02:00
parent cfb3df446a
commit 23d2a64cc5

View File

@@ -118,6 +118,7 @@ namespace ReallifeGamemode.Server.Commands
} }
user.BankAccount.Balance -= 5; user.BankAccount.Balance -= 5;
dbContext.SaveChanges();
} }
msg = Regex.Replace(msg, "(~[a-zA-Z]~)|(!{(.*)})", ""); msg = Regex.Replace(msg, "(~[a-zA-Z]~)|(!{(.*)})", "");