rentcar cancel by afk
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user