Rerunning my first test, to verify if my install worked properly
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ import java.util.List;
|
|||||||
public class FirstTestClass extends Appliance {
|
public class FirstTestClass extends Appliance {
|
||||||
|
|
||||||
public String greetPlayer(Player player) {
|
public String greetPlayer(Player player) {
|
||||||
return "Hello, " + player.getName() + "! Test 1";
|
return "Hello, " + player.getName() + "! Test 2";
|
||||||
}
|
}
|
||||||
|
|
||||||
protected @NotNull List<Listener> listeners() {
|
protected @NotNull List<Listener> listeners() {
|
||||||
|
|||||||
Reference in New Issue
Block a user