1
0

Do not call the Waypoint-Callback itself again

Este cometimento está contido em:
Alexander Nell
2020-05-07 13:05:39 +02:00
ascendente 0db1636a38
cometimento 860678e57f

Ver ficheiro

@@ -109,8 +109,6 @@ class TrackManiaCallbacks implements CallbackListener {
$this->maniaControl->getCallbackManager()->triggerCallback(Callbacks::TM_ONFINISHLINE, $structure);
} else if ($structure->getIsEndLap()) {
$this->maniaControl->getCallbackManager()->triggerCallback(Callbacks::TM_ONLAPFINISH, $structure);
} else {
$this->maniaControl->getCallbackManager()->triggerCallback(Callbacks::TM_ONWAYPOINT, $structure);
}
}
}