mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-17 10:14:14 +00:00
Update QSBNetworkManager.cs
This commit is contained in:
parent
1924a2c354
commit
0e9cad7128
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user