Skip to content

Commit b9b783e

Browse files
Clean nametag titles FINAL FINAL 6.6.1
1 parent 2ef6cd0 commit b9b783e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Mods/Visuals.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ public static void NameTags()
678678
}
679679

680680
GameObject nameTag = nametags[vrrig];
681-
nameTag.GetComponent<TextMesh>().text = GetPlayerFromVRRig(vrrig).NickName;
681+
nameTag.GetComponent<TextMesh>().text = CleanPlayerName(GetPlayerFromVRRig(vrrig).NickName);
682682
nameTag.GetComponent<TextMesh>().color = GetPlayerColor(vrrig);
683683
nameTag.GetComponent<TextMesh>().fontStyle = activeFontStyle;
684684

PluginInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ public class PluginInfo
55
public const string GUID = "org.iidk.gorillatag.iimenu";
66
public const string Name = "ii's Stupid Menu";
77
public const string Description = "Created by @goldentrophy with love <3";
8-
public const string BuildTimestamp = "2025-07-11T20:33:34Z";
8+
public const string BuildTimestamp = "2025-07-11T20:34:07Z";
99
public const string Version = "6.6.1";
1010

1111
public const string BaseDirectory = "iisStupidMenu";

0 commit comments

Comments
 (0)