Fixed issue with reply

This commit is contained in:
ohAlee 2023-01-07 17:52:50 +01:00
parent 74065e2b59
commit 20aa0e1732

View File

@ -59,7 +59,7 @@ public class PlayerHandlers implements Listener {
player.sendMessage(Messages.format(plugin.getConfig().getString("command.error")));
return;
}
sendMessage(list.get(1), recipients);
sendMessage(format(list.get(1), response, player.getName()), recipients);
});
}