CheckpointZeit angepasst, Türfehler angepasst

This commit is contained in:
Mac_Slash
2020-04-30 13:15:33 +02:00
parent 51fdc16a6f
commit ec25d1c476
4 changed files with 35 additions and 3 deletions

View File

@@ -164,14 +164,15 @@ waypointUtil();
require('./vehiclesync/vehiclesync');
require('./vehiclesync/door');
import smoothThrottle from './vehiclesync/smoothtrottle';
smoothThrottle();
import vehicleIndicators from './vehiclesync/vehicleindicators';
vehicleIndicators();
import vehicleDoor from './vehiclesync/door';
vehicleDoor();
import reportList from './Player/reportmenu';
reportList(globalData);