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){ if(lbtBlocks == null){
// Create empty if not found // Create empty if not found
lbtBlocks = new ArrayList<>(); lbtBlocks = new ArrayList<>();
linkedBeaconTeleporterById.put(lbtItem.teleporterId(), lbtBlocks);
} }
// Block from item // Block from item

Loading…
Cancel
Save