Skip to content

Commit 484b105

Browse files
committed
Add ability to adjust bedrock prefix setting
1 parent edbd9ad commit 484b105

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SimpleAPI/src/main/java/com/bencodez/simpleapi/skull/SkullCacheHandler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public abstract class SkullCacheHandler {
2121
private boolean pause = false;
2222

2323
@Getter
24+
@Setter
2425
private String bedrockPrefix = ".";
2526

2627
private ScheduledExecutorService timer = Executors.newScheduledThreadPool(1);

0 commit comments

Comments
 (0)