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