Fixed loading not writing blocks to list
This commit is contained in:
parent
c732aa31b1
commit
ef9643c2ae
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user