Deserialize FUniqueNetIdRepl

This commit is contained in:
AeonLucid
2022-01-13 01:37:30 +01:00
parent 7c6353c475
commit a7399a1960
4 changed files with 22 additions and 12 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
using Prospect.Unreal.Core;
using Prospect.Unreal.Core;
using Prospect.Unreal.Core.Names;
using Prospect.Unreal.Exceptions;
using Prospect.Unreal.Net;
@@ -268,7 +268,7 @@ public abstract class UWorld : FNetworkNotify, IAsyncDisposable
connection.SetPlayerOnlinePlatformName(new FName(onlinePlatformName));
// ask the game code if this player can join
string errorMsg = null;
string? errorMsg = null;
var gameMode = GetAuthGameMode();
if (gameMode != null)