Fix eclipses not being sent, enable certain SSC functions if Main.ServerSideCharacter instead
This commit is contained in:
parent
5225a55e76
commit
10634c4621
4 changed files with 4 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue