We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ec1988 commit 9499fcfCopy full SHA for 9499fcf
src/players.ts
@@ -532,7 +532,7 @@ export class FishPlayer {
532
/** Updates the mindustry player's name, using the prefixes of the current rank and role flags. */
533
updateName(){
534
if(!this.connected() || !this.shouldUpdateName) return;//No player, no need to update
535
- if(this.marked()) this.showRankPrefix = false;
+ if(this.marked()) this.showRankPrefix = true;
536
let prefix = '';
537
if(!this.hasPerm("bypassNameCheck") && isImpersonator(this.name, this.ranksAtLeast("admin"))) prefix += "[scarlet]SUSSY IMPOSTOR[]";
538
if(this.marked()) prefix += prefixes.marked;
0 commit comments