mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
Merge pull request #669 from awoo-civ/patch-1
Fix ambiguous essence claim message
This commit is contained in:
@@ -23,6 +23,6 @@ public class VirtualRewarder implements Rewarder {
|
||||
player.sendMessage(Component.empty().color(EssenceCommand.NICE_BLUE)
|
||||
.append(Component.text("Use "))
|
||||
.append(Component.text("/essence withdraw", NamedTextColor.AQUA))
|
||||
.append(Component.text(" to claim your essence.")));
|
||||
.append(Component.text(" to materialise all of your essence as an item.")));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user