Severity: HIGH
File: src/RandomWorldEvents.lua:1096-1116
Multiplayer: No
Fix Complexity: TRIVIAL
Confidence: 100% (Wizard-verified + source-verified)
Description
RWE_HUD_DRAG registered twice (copy-paste); second overwrites hudDragVehicleEventId, first is orphaned.
Impact
HUD drag/edit-mode toggle flickers on/off in vehicles. Input bindings leak on every vehicle entry.
Fix
Remove the duplicate registration.
Source: Consolidated Bug Review 2026-07-26, RWE-004
Severity: HIGH
File:
src/RandomWorldEvents.lua:1096-1116Multiplayer: No
Fix Complexity: TRIVIAL
Confidence: 100% (Wizard-verified + source-verified)
Description
RWE_HUD_DRAGregistered twice (copy-paste); second overwriteshudDragVehicleEventId, first is orphaned.Impact
HUD drag/edit-mode toggle flickers on/off in vehicles. Input bindings leak on every vehicle entry.
Fix
Remove the duplicate registration.
Source: Consolidated Bug Review 2026-07-26, RWE-004