File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" ;
You can’t perform that action at this time.
0 commit comments