Skip to content

Commit

Permalink
Removed a 'm' after the Server Name (ooops)
Browse files Browse the repository at this point in the history
  • Loading branch information
byBackfish committed Dec 28, 2021
1 parent de00c67 commit 32cf46b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
}
Expand Down

0 comments on commit 32cf46b

Please sign in to comment.