save car at position
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user