Added AutoUpdater

This commit is contained in:
Bob Da Ross
2021-03-21 22:00:21 -05:00
parent 796a78a87f
commit 8df2868708
7 changed files with 488 additions and 39 deletions

View File

@@ -37,7 +37,7 @@ namespace SeamlessClientPlugin.ClientMessages
{
MessageType = Type;
if (!MyAPIGateway.Multiplayer.IsServer)
if (MyAPIGateway.Multiplayer != null && !MyAPIGateway.Multiplayer.IsServer)
{
if(MyAPIGateway.Session.LocalHumanPlayer == null)
{