We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e314e4 commit a30cb00Copy full SHA for a30cb00
src/structures/rustPlusMapMarkers.ts
@@ -257,6 +257,7 @@ export class RustPlusMapMarkers {
257
this.rpInstance.sendEventNotification('ch47Despawned', eventText);
258
}
259
260
+ this.ch47LockedCrateNotified = this.ch47LockedCrateNotified.filter(e => e !== marker.id);
261
this.ch47s = this.ch47s.filter(e => e.id !== marker.id);
262
263
0 commit comments