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

@ -534,6 +534,7 @@ namespace TShockAPI
DayTime = Main.dayTime,
MoonPhase = (byte)Main.moonPhase,
BloodMoon = Main.bloodMoon,
Eclipse = Main.eclipse,
MaxTilesX = (short)Main.maxTilesX,
MaxTilesY = (short)Main.maxTilesY,
SpawnX = (short)Main.spawnTileX,