Potentially fixed prefixes in SSC (thanks @stealownz!)
This commit is contained in:
parent
b39a07ada0
commit
9aa863d62e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue