shame on me
This commit is contained in:
@@ -56,19 +56,19 @@ namespace ReallifeGamemode.Server.Util
|
||||
|
||||
stadthalleVehicleProperties.Add(new RentcarProperty("bmx", 10));
|
||||
stadthalleVehicleProperties.Add(new RentcarProperty("faggio3", 50));
|
||||
noobspawnVehicleProperties.Add(new RentcarProperty("panto", 200));
|
||||
stadthalleVehicleProperties.Add(new RentcarProperty("panto", 200));
|
||||
|
||||
knastVehicleProperties.Add(new RentcarProperty("bmx", 10));
|
||||
knastVehicleProperties.Add(new RentcarProperty("faggio3", 50));
|
||||
noobspawnVehicleProperties.Add(new RentcarProperty("panto", 200));
|
||||
knastVehicleProperties.Add(new RentcarProperty("panto", 200));
|
||||
|
||||
paletoVehicleProperties.Add(new RentcarProperty("bmx", 10));
|
||||
paletoVehicleProperties.Add(new RentcarProperty("faggio3", 50));
|
||||
noobspawnVehicleProperties.Add(new RentcarProperty("panto", 200));
|
||||
paletoVehicleProperties.Add(new RentcarProperty("panto", 200));
|
||||
|
||||
lamesaVehicleProperties.Add(new RentcarProperty("bmx", 10));
|
||||
lamesaVehicleProperties.Add(new RentcarProperty("faggio3", 50));
|
||||
noobspawnVehicleProperties.Add(new RentcarProperty("panto", 200));
|
||||
lamesaVehicleProperties.Add(new RentcarProperty("panto", 200));
|
||||
}
|
||||
|
||||
public static void cancelRent(Player player)
|
||||
|
||||
Reference in New Issue
Block a user