fixed jenkinsfile
This commit is contained in:
@@ -28,7 +28,7 @@ public class RedeemCommandListeners implements Listener, CommandExecutor {
|
||||
if (rewards != -1){
|
||||
|
||||
dbConn.remove_toclaim(discordid);
|
||||
Bukkit.dispatchCommand(Bukkit.getConsoleSender(), "eco give " + p.getName() + rewards);
|
||||
Bukkit.dispatchCommand(Bukkit.getConsoleSender(), "eco give " + p.getName() + " " + rewards);
|
||||
p.sendMessage(ChatColor.GREEN + "You received " + rewards + " dollars!");
|
||||
return true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user