Skip to content

Commit 5653a1e

Browse files
committed
Remove old todo
1 parent cef0fb4 commit 5653a1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/aztech/modern_industrialization/network/structure/StructureSaveControllerPacket.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ public void handle(Context ctx) {
5858
BlockState state = level.getBlockState(pos);
5959
BlockEntity blockEntity = level.getBlockEntity(pos);
6060
if (blockEntity instanceof StructureMultiblockControllerBlockEntity controller) {
61-
// TODO SWEDZ: dont do this on dedicated server maybe?
6261
MIStructureTemplateManager.FromWorldResult result = MIStructureTemplateManager.fromWorld(level, pos,
6362
state.getValue(StructureMultiblockControllerBlock.FACING), controller.getCasing(), controller.getBounds());
6463
if (result.isSuccess()) {

0 commit comments

Comments
 (0)