rentcar cancel by afk

This commit is contained in:
Fabian
2021-06-15 10:46:11 +02:00
parent 5fe9b5de8a
commit 39967be34e
8 changed files with 4525 additions and 9 deletions

View File

@@ -138,7 +138,7 @@ namespace ReallifeGamemode.Server.Events
if (Rentcar.mapPlayerRentcarBill.ContainsKey(player.Name))
{
Rentcar.cancelRent(player);
Rentcar.cancelRent(player, RentCancelReason.byDisconnect);
}
//Vehicle LastVehicle = player.GetData<Vehicle>("LastVehicle");