Skip to content

Commit 49c8545

Browse files
committed
fix compilation error
1 parent cff2cf4 commit 49c8545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/bukkit-plugin/src/main/java/com/example/plugin/TestPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ public final class TestPlugin extends JavaPlugin {
1010
@Override
1111
public void onEnable() {
1212
Lamp<BukkitCommandActor> lamp = BukkitLamp.builder(this).build();
13-
lamp.register(new GreetCommands(), new TeamCommands());
13+
lamp.register(new GreetCommands());
1414
}
1515
}

0 commit comments

Comments
 (0)