Fixed list not getting written to HashMap
This commit is contained in:
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…
x
Reference in New Issue
Block a user