mirror of
https://github.com/MilkBowl/VaultAPI.git
synced 2024-11-13 06:04:40 +01:00
Fix documentation for createPlayerAccount
This commit is contained in:
parent
431c5273c2
commit
68f14eca20
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user