Skip to content

Commit

Permalink
fix unpiloted ships showing up with player names on listships
Browse files Browse the repository at this point in the history
  • Loading branch information
Gutin1 committed Feb 15, 2024
1 parent 4c6f096 commit 512a926
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ object MiscStarshipCommands : net.horizonsend.ion.server.command.SLCommand() {
RelationCache[senderNation, pilotNation].color
} else WHITE

text(player.name, color)
controller.getPilotName().color(color)
}

else -> controller.getPilotName()
Expand Down

0 comments on commit 512a926

Please sign in to comment.