thebrightspark/AsyncLocator

Mixin breaking set name loot function

Opened this issue · 0 comments

if (Services.CONFIG.explorationMapEnabled()) {
ALConstants.logDebug("Intercepted SetNameFunction#run call");
if (CommonLogic.isEmptyPendingMap(stack))
ExplorationMapFunctionLogic.cacheName(stack, name);
} else
stack.setHoverName(name);
return stack;
}

your logic is missing a path:

if maps are enabled and it is not a map, name is not set