Skip to content

Commit 9499fcf

Browse files
authored
Update players.ts
fix the fix to issue 71, maybe
1 parent 5ec1988 commit 9499fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/players.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ export class FishPlayer {
532532
/** Updates the mindustry player's name, using the prefixes of the current rank and role flags. */
533533
updateName(){
534534
if(!this.connected() || !this.shouldUpdateName) return;//No player, no need to update
535-
if(this.marked()) this.showRankPrefix = false;
535+
if(this.marked()) this.showRankPrefix = true;
536536
let prefix = '';
537537
if(!this.hasPerm("bypassNameCheck") && isImpersonator(this.name, this.ranksAtLeast("admin"))) prefix += "[scarlet]SUSSY IMPOSTOR[]";
538538
if(this.marked()) prefix += prefixes.marked;

0 commit comments

Comments
 (0)