Fix ice trap size not getting reset (#4897)

This commit is contained in:
aMannus 2025-01-18 11:46:59 +01:00 committed by GitHub
parent 188b9757da
commit 8a5dd022f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -278,6 +278,7 @@ void RandomizerOnPlayerUpdateForRCQueueHandler() {
if (loc->HasObtained()) {
SPDLOG_INFO("RC {} already obtained, skipping", static_cast<uint32_t>(rc));
} else {
iceTrapScale = 0.0f;
randomizerQueuedCheck = rc;
randomizerQueuedItemEntry = getItemEntry;
SPDLOG_INFO("Queueing Item mod {} item {} from RC {}", getItemEntry.modIndex, getItemEntry.itemId, static_cast<uint32_t>(rc));