Skip to content

Commit

Permalink
Remove russian messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruslan committed Jun 5, 2018
1 parent 9fb797c commit 72acb5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'ru.skyfire.zeta.dailyrewards'
version 'api7-1.3.1'
version 'api7-1.3.2'

tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ public void apply(Player player) {
Currency curr = eco.getDefaultCurrency();
UniqueAccount account = eco.getOrCreateAccount(player.getUniqueId()).get();
account.deposit(curr, money, Cause.of(EventContext.builder().build(), DailyRewards.getInst()));
player.sendMessage(Text.of(TextColors.AQUA, Text.of("Ежедневная награда: "+getAmount())));
player.sendMessage(Text.of(TextColors.AQUA, Text.of("Your received money: "+getAmount())));
}
}

0 comments on commit 72acb5a

Please sign in to comment.