mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-06 00:39:55 +00:00
Update PlayerBox.cs
This commit is contained in:
parent
af5d148c15
commit
6c68bd97e0
@ -28,7 +28,9 @@ public class PlayerBox : MonoBehaviour
|
||||
|
||||
if (player.Name != null)
|
||||
{
|
||||
PlayerName.text = player.Name.ToUpper();
|
||||
Delay.RunWhen(
|
||||
() => player.Name != null,
|
||||
() => PlayerName.text = player.Name.ToUpper());
|
||||
}
|
||||
|
||||
InfoImage.sprite = MultiplayerHUDManager.UnknownSprite;
|
||||
|
Loading…
x
Reference in New Issue
Block a user