Untitled bugfix

This commit is contained in:
Video 2022-09-11 16:47:12 -06:00
parent 0cd2886e40
commit 42458084d7
1 changed files with 3 additions and 0 deletions

View File

@ -112,6 +112,9 @@ public class Command_coins extends FreedomCommand
+ ChatColor.GOLD + coinsToTransfer
+ ChatColor.GREEN + " coin" + (coinsToTransfer > 1 ? "s" : "")
+ " to " + ChatColor.GOLD + target.getName() + ChatColor.GREEN + ".", ChatColor.GREEN);
plugin.pl.save(playerData);
plugin.pl.save(senderData);
}
return true;