Update QSBNetworkManager.cs

This commit is contained in:
JohnCorby 2022-02-05 19:57:33 -08:00
parent 1924a2c354
commit 0e9cad7128

View File

@ -133,6 +133,11 @@ namespace QSB
DebugLog.ToConsole($"Error - Exception when getting player name : {ex}", MessageType.Error);
PlayerName = "Player";
}
if (!QSBCore.DebugSettings.UseKcpTransport)
{
EOSSDKComponent.DisplayName = PlayerName;
}
});
/// create a new network prefab from the network object prefab template.