Fixed player status placeholder not working

This commit is contained in:
ajgeiss0702
2023-06-19 07:54:33 -07:00
parent 12031cf8dd
commit 06ed22e65f
3 changed files with 4 additions and 3 deletions
@@ -17,7 +17,7 @@ public class PlayerStatusHandler extends MessageHandler {
if(server == null) {
return ComResponse
.from("playerstatus")
.id(data)
.id(player.getUniqueId() + data)
.with("invalid_server");
}
if(!player.isConnected() || player.getServerName() == null) return null;