From 68f14eca202d9b7f1a0fe5a4dcfcfbe26d4a6a40 Mon Sep 17 00:00:00 2001 From: Nick Minkler Date: Wed, 26 Dec 2018 21:40:10 -0800 Subject: [PATCH] Fix documentation for createPlayerAccount --- src/main/java/net/milkbowl/vault/economy/Economy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/net/milkbowl/vault/economy/Economy.java b/src/main/java/net/milkbowl/vault/economy/Economy.java index 58c5b9e..1d14587 100644 --- a/src/main/java/net/milkbowl/vault/economy/Economy.java +++ b/src/main/java/net/milkbowl/vault/economy/Economy.java @@ -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