Skip to content

Commit 52badbd

Browse files
committed
Error Hook info bank
1 parent dd2a7bc commit 52badbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/SkylliaInfo/src/main/java/fr/euphyllia/skylliainfo/hook/SkylliaBankHook.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class SkylliaBankHook {
1111
public static void sendMessage(MiniMessage miniMessage, Player player, UUID islandId) {
1212
SkylliaBank.getBankManager().getBankAccount(islandId).thenAcceptAsync(bankAccount -> {
1313
player.sendMessage(miniMessage.deserialize(
14-
"<yellow>Generator Types: </yellow><white>" + bankAccount.balance() + "</white>"));
14+
"<yellow>Bank: </yellow><white>" + bankAccount.balance() + "</white>"));
1515
});
1616
}
1717
}

0 commit comments

Comments
 (0)