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

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
@@ -41,7 +41,7 @@ namespace ReallifeGamemode.Server.Commands
return;
}
Rentcar.cancelRent(player);
Rentcar.cancelRent(player, RentCancelReason.byPlayer);
}
[Command("eventport", "~m~eventport")]