diff --git a/TShockAPI/GetDataHandlers.cs b/TShockAPI/GetDataHandlers.cs index 14c67a2d..0de52455 100755 --- a/TShockAPI/GetDataHandlers.cs +++ b/TShockAPI/GetDataHandlers.cs @@ -1289,7 +1289,7 @@ namespace TShockAPI return true; if (args.Player.IgnoreSSCPackets) { - args.Player.SendData(PacketTypes.PlayerSlot, "", args.Player.Index, slot); + args.Player.SendData(PacketTypes.PlayerSlot, "", args.Player.Index, slot, prefix); return true; }