Potentially fixed prefixes in SSC (thanks @stealownz!)

This commit is contained in:
White 2015-07-12 21:56:52 +09:30
parent b39a07ada0
commit 9aa863d62e

View file

@ -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;
}