mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-10 14:44:17 +00:00
...
This commit is contained in:
parent
f867f2aa2d
commit
946690f154
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ namespace SanAndreasUnity.Stats
|
|||
|
||||
foreach (string dataKey in dataKeys)
|
||||
{
|
||||
string data = p.ExtraData.GetString(dataKey);
|
||||
string data = p.ExtraData.GetString(dataKey) ?? string.Empty;
|
||||
GUILayout.Label(data, GUILayout.Width(GetWidth()));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue