Fixed list not getting written to HashMap

master
Ruakij 4 years ago
parent 3df5c9d4ac
commit 800032f530

@ -82,6 +82,7 @@ public class LinkedBeaconTeleporterManager {
if(lbtBlocks == null){
// Create empty if not found
lbtBlocks = new ArrayList<>();
linkedBeaconTeleporterById.put(lbtItem.teleporterId(), lbtBlocks);
}
// Block from item

Loading…
Cancel
Save