Rerunning my first test, to verify if my install worked properly

This commit is contained in:
2026-08-13 13:09:14 +02:00
parent 673bae4d50
commit f615dc867a
@@ -10,7 +10,7 @@ import java.util.List;
public class FirstTestClass extends Appliance {
public String greetPlayer(Player player) {
return "Hello, " + player.getName() + "! Test 1";
return "Hello, " + player.getName() + "! Test 2";
}
protected @NotNull List<Listener> listeners() {