diff --git a/src/main/kotlin/de/bybackfish/wynnstats/command/PlayerCommand.kt b/src/main/kotlin/de/bybackfish/wynnstats/command/PlayerCommand.kt index c30406c..a6c2d9e 100644 --- a/src/main/kotlin/de/bybackfish/wynnstats/command/PlayerCommand.kt +++ b/src/main/kotlin/de/bybackfish/wynnstats/command/PlayerCommand.kt @@ -75,7 +75,7 @@ class PlayerCommand : CommandBase() { sender.sendMessage(TextComponentString("")) if (player.data[0].meta.location.online) { - sender.sendMessage(TextComponentString("§6- §aOnline: §6[§7${player.data[0].meta.location.server}m§6]")) + sender.sendMessage(TextComponentString("§6- §aOnline: §6[§7${player.data[0].meta.location.server}§6]")) } else { sender.sendMessage(TextComponentString("§6- §cOffline")) }