Updated PriceFree
This commit is contained in:
@@ -24,4 +24,9 @@ public final class PriceFree implements Price {
|
||||
public void pay(@NotNull Player player) {
|
||||
// Do nothing.
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getDisplayText() {
|
||||
return "Free";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user