We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfe09f4 commit da4078dCopy full SHA for da4078d
Pets/Pet.cs
@@ -45,7 +45,7 @@ public Pet(Player player, PetConfiguration configuration) :
45
Player.DisplayInfo = configuration.Name.Replace("\\n", "\n");
46
47
if (!PluginClass.PetPlugin.Config.ShowOwnerName)
48
- Player.RemoveDisplayInfo(PlayerInfoArea.Role);
+ Player.RemoveDisplayInfo(PlayerInfoArea.Nickname);
49
50
if (!PluginClass.PetPlugin.Config.ShowRole)
51
Player.RemoveDisplayInfo(PlayerInfoArea.Role);
0 commit comments