From 9aa863d62ece779307158faf7b110e4cd29bd94f Mon Sep 17 00:00:00 2001 From: White Date: Sun, 12 Jul 2015 21:56:52 +0930 Subject: [PATCH] Potentially fixed prefixes in SSC (thanks @stealownz!) --- TShockAPI/GetDataHandlers.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }