diff --git a/zscript/upowerups.zsc b/zscript/upowerups.zsc index 61a95e0..65a3f2d 100644 --- a/zscript/upowerups.zsc +++ b/zscript/upowerups.zsc @@ -313,6 +313,7 @@ Class UJumpBoots : UnrealInventory r.target = target; r.tracer = tracer; r.bDropped = bDropped; + ClearCounters(); // DO NOT FORGET THIS Destroy(); } }