Fix documentation for createPlayerAccount

This commit is contained in:
Nick Minkler 2018-12-26 21:40:10 -08:00 committed by GitHub
parent 431c5273c2
commit 68f14eca20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -348,7 +348,7 @@ public interface Economy {
/**
* Attempts to create a player account for the given player on the specified world
* IMPLEMENTATION SPECIFIC - if an economy plugin does not support this the global balance will be returned.
* IMPLEMENTATION SPECIFIC - if an economy plugin does not support this then false will always be returned.
* @param player OfflinePlayer
* @param worldName String name of the world
* @return if the account creation was successful