small fix

This commit is contained in:
Lukas Moungos
2019-10-31 16:01:12 +01:00
parent dd019beede
commit a9b89c9c1f

View File

@@ -45,6 +45,7 @@ export default function checkpointHandle(globalData: GlobalData) {
mp.events.add('destroyCP', () => {
activeCheckpoint.destroy();
activeBlip.destroy();
clearInterval(myVar);
});