sync
This commit is contained in:
parent
f81debe879
commit
6fe4f7fe85
2 changed files with 2 additions and 2 deletions
|
|
@ -110,6 +110,7 @@ namespace TShockAPI
|
||||||
{ PacketTypes.PlayerAnimation, HandlePlayerAnimation },
|
{ PacketTypes.PlayerAnimation, HandlePlayerAnimation },
|
||||||
{ PacketTypes.PlayerMana, HandlePlayerMana },
|
{ PacketTypes.PlayerMana, HandlePlayerMana },
|
||||||
{ PacketTypes.PlayerTeam, HandlePlayerTeam },
|
{ PacketTypes.PlayerTeam, HandlePlayerTeam },
|
||||||
|
{ PacketTypes.TeamChangeWithSpawnCheck, HandlePlayerTeam },
|
||||||
{ PacketTypes.SignRead, HandleSignRead },
|
{ PacketTypes.SignRead, HandleSignRead },
|
||||||
{ PacketTypes.SignNew, HandleSign },
|
{ PacketTypes.SignNew, HandleSign },
|
||||||
{ PacketTypes.LiquidSet, HandleLiquidSet },
|
{ PacketTypes.LiquidSet, HandleLiquidSet },
|
||||||
|
|
@ -2751,7 +2752,6 @@ namespace TShockAPI
|
||||||
|
|
||||||
if (Main.ServerSideCharacter)
|
if (Main.ServerSideCharacter)
|
||||||
{
|
{
|
||||||
|
|
||||||
// As long as the player has not changed his spawnpoint since initial connection,
|
// As long as the player has not changed his spawnpoint since initial connection,
|
||||||
// we should not use the client's spawnpoint value. This is because the spawnpoint
|
// we should not use the client's spawnpoint value. This is because the spawnpoint
|
||||||
// value is not saved on the client when SSC is enabled. Hence, we have to assert
|
// value is not saved on the client when SSC is enabled. Hence, we have to assert
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit be875b74c7a2d5dda810b09ccbe139322064ede4
|
Subproject commit 73204f4d11fc4f0c9cc4cee7b1d711bd2cc2e080
|
||||||
Loading…
Add table
Add a link
Reference in a new issue