Merge pull request #2001 from Brokkonaut/fix-javadocs-setcurrency

Fix javadocs: setCurrency(Material) instead of setCurrency(int)
This commit is contained in:
Jeremy Wood 2019-06-04 12:04:14 -04:00 committed by GitHub
commit f0343b08b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -475,7 +475,7 @@ public interface MultiverseWorld {
/**
* Sets the price for entry to this world.
* You can think of this like an amount.
* The type can be set with {@link #setCurrency(int)}
* The type can be set with {@link #setCurrency(Material)}
*
* @param price The Amount of money/item to enter the world.
*/