Jump boots didn't clear counters when replaced.

This commit is contained in:
Marisa the Magician 2022-11-09 21:19:20 +01:00
commit ba4fabc410

View file

@ -313,6 +313,7 @@ Class UJumpBoots : UnrealInventory
r.target = target;
r.tracer = tracer;
r.bDropped = bDropped;
ClearCounters(); // DO NOT FORGET THIS
Destroy();
}
}