Skip to content

Commit 3809ff6

Browse files
committed
Expose screen and config in InternalConfigScreen temporarily
1 parent f8f0cd5 commit 3809ff6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/visuals/legacy/lightconfig/lib/v1/screen/InternalConfigScreen.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131

3232
@ApiStatus.Internal
3333
public class InternalConfigScreen extends Screen {
34-
private final Screen parent;
35-
private final Config config;
34+
protected final Screen parent;
35+
protected final Config config;
3636

3737
public InternalConfigScreen(Component title, Config config, Screen parent) {
3838
super(title);

0 commit comments

Comments
 (0)