Updated PriceFree

This commit is contained in:
Auxilor
2022-10-24 11:53:01 +01:00
parent 81d495e76e
commit 58811c5d77

View File

@@ -24,4 +24,9 @@ public final class PriceFree implements Price {
public void pay(@NotNull Player player) {
// Do nothing.
}
@Override
public String getDisplayText() {
return "Free";
}
}