Fix eclipses not being sent, enable certain SSC functions if Main.ServerSideCharacter instead

This commit is contained in:
MarioE 2014-06-24 00:28:01 -04:00
parent 5225a55e76
commit 10634c4621
4 changed files with 4 additions and 2 deletions

View file

@ -4171,7 +4171,7 @@ namespace TShockAPI
{
var ply = players[0];
if (ply.IsLoggedIn && TShock.Config.ServerSideCharacter)
if (ply.IsLoggedIn && Main.ServerSideCharacter)
{
ply.TPlayer.velocity.Y = -50;
TSPlayer.All.SendData(PacketTypes.PlayerUpdate, "", ply.Index);