Seamless Update

This commit is contained in:
Garrett
2023-08-14 21:57:06 -05:00
parent da920f883d
commit b93d5b3123
2 changed files with 28 additions and 44 deletions

View File

@@ -116,6 +116,7 @@ namespace SeamlessClient
if (msg == null)
return;
switch (msg.MessageType)
{
case ClientMessageType.FirstJoin:
@@ -126,7 +127,6 @@ namespace SeamlessClient
ServerSwitcher.StartSwitching(msg.data);
break;
case ClientMessageType.OnlinePlayers:
//Not implemented yet
break;