Fixed loading not writing blocks to list
This commit is contained in:
@@ -68,6 +68,8 @@ public class LinkedBeaconTeleporterManager {
|
||||
// Write reference of list
|
||||
lbtBlock.linkedBeaconTeleporters = linkedBeaconTeleporters;
|
||||
|
||||
// Write block to list
|
||||
linkedBeaconTeleporters.add(lbtBlock);
|
||||
// Save to loc-list
|
||||
placedLBTByLoc.put(serializedLoc, lbtBlock);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user