Fixed issue with reply
This commit is contained in:
parent
74065e2b59
commit
20aa0e1732
@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user