mirror of
https://github.com/songoda/EpicVouchers.git
synced 2025-01-09 01:17:39 +01:00
fix
This commit is contained in:
parent
a72c7ecae9
commit
b899db2790
@ -4,7 +4,7 @@ stages:
|
||||
variables:
|
||||
name: "EpicVouchers"
|
||||
path: "/builds/$CI_PROJECT_PATH"
|
||||
version: "2.1.5"
|
||||
version: "2.1.6"
|
||||
|
||||
build:
|
||||
stage: build
|
||||
|
@ -149,7 +149,7 @@ public class Voucher {
|
||||
|
||||
for (Player player : players) {
|
||||
String receiveMessage = instance.getLocale().getMessage("command.give.receive")
|
||||
.processPlaceholder("%voucher%", Matcher.quoteReplacement(getName(true))
|
||||
.processPlaceholder("%voucher%", Matcher.quoteReplacement(getName(true)))
|
||||
.processPlaceholder("%player%", player.getName())
|
||||
.processPlaceholder("%amount%", String.valueOf(amount)).getPrefixedMessage();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user