diff --git a/ReallifeGamemode.Server/Commands/UserCommands.cs b/ReallifeGamemode.Server/Commands/UserCommands.cs index 5b72b4cc..f38d16f5 100644 --- a/ReallifeGamemode.Server/Commands/UserCommands.cs +++ b/ReallifeGamemode.Server/Commands/UserCommands.cs @@ -118,6 +118,7 @@ namespace ReallifeGamemode.Server.Commands } user.BankAccount.Balance -= 5; + dbContext.SaveChanges(); } msg = Regex.Replace(msg, "(~[a-zA-Z]~)|(!{(.*)})", "");