Project Zomboid

Project Zomboid

Realistic fast travel RTR - Reifel Transitio Rides v2.0
Got charged twice in MP
Hi,

Everytime i use the mod, I got charged the price of the travel twice.

This is because those lines are called 2 times in the script
for p=1, BusTicketReifel.travelcost do playerSeated:getInventory():RemoveOneOf(BusTicketReifel.paymentMethod); end

at line 110 and line 197 and both get executed.

I just commented the second one and it's seems to have fixed the issue. Maybe it's not the best fix, but it's working :P

Sorry for my bad english :-P

Regards,