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
|
|
@ -2352,7 +2352,7 @@ namespace TShockAPI
|
|||
}
|
||||
|
||||
|
||||
if (args.Player.Confused && TShock.Config.ServerSideCharacter && args.Player.IsLoggedIn)
|
||||
if (args.Player.Confused && Main.ServerSideCharacter && args.Player.IsLoggedIn)
|
||||
{
|
||||
if (args.TPlayer.controlUp)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue