Skip to content

Commit 674a41a

Browse files
committed
Update ExampleCommand.java
1 parent 474e628 commit 674a41a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/polyfrost/example/command/ExampleCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
public class ExampleCommand {
1616

1717
@Command
18-
private void handle() {
18+
private void main() {
1919
ScreensKt.openUI(ExampleMod.getConfig());
2020
}
2121

0 commit comments

Comments
 (0)