save car at position

This commit is contained in:
michael.reiswich
2021-05-13 00:33:10 +02:00
parent efc4a7e991
commit 0aa1e4d49b
3 changed files with 25 additions and 4 deletions

View File

@@ -384,7 +384,7 @@ namespace ReallifeGamemode.Server.Managers
using (var dbcontext = new DatabaseContext())
{
User u = c.GetUser(dbcontext);
if(u.Handmoney <= 0)
if(u.Handmoney < 0)
{
c.SendNotification("Du hast nicht genug Geld auf der Hand!");
return;