Skip to content

Commit da4078d

Browse files
committed
fixed NickName Config
1 parent dfe09f4 commit da4078d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pets/Pet.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public Pet(Player player, PetConfiguration configuration) :
4545
Player.DisplayInfo = configuration.Name.Replace("\\n", "\n");
4646

4747
if (!PluginClass.PetPlugin.Config.ShowOwnerName)
48-
Player.RemoveDisplayInfo(PlayerInfoArea.Role);
48+
Player.RemoveDisplayInfo(PlayerInfoArea.Nickname);
4949

5050
if (!PluginClass.PetPlugin.Config.ShowRole)
5151
Player.RemoveDisplayInfo(PlayerInfoArea.Role);

0 commit comments

Comments
 (0)