Skip to content

Commit c05bd78

Browse files
committed
remove note
1 parent babf194 commit c05bd78

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/main/java/gregtech/api/metatileentity/multiblock/ui/MultiblockUIFactory.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -447,12 +447,6 @@ protected static Builder builder() {
447447
@SuppressWarnings({ "UnusedReturnValue", "unused" })
448448
public static class Builder {
449449

450-
/*
451-
* NOTE:
452-
* nvm
453-
* need to figure out how best to serialize this shit
454-
* copying from GregTechDisplayScreen is easy, but extremely tedious to implement
455-
**/
456450
private final List<IDrawable> textList = new ArrayList<>();
457451
private Consumer<Builder> action;
458452
private final SyncHandler syncHandler = makeSyncHandler();

0 commit comments

Comments
 (0)