【editor】优化报错
parent
3dfa07a5ae
commit
7f024eb24b
|
|
@ -48,7 +48,7 @@ namespace Framework
|
||||||
|
|
||||||
public static string GetLocalizeText(string key)
|
public static string GetLocalizeText(string key)
|
||||||
{
|
{
|
||||||
var getValue = instance.tables.StringConfig.Get(key);
|
var getValue = instance.tables.StringConfig.GetOrDefault(key);
|
||||||
if (getValue == null)
|
if (getValue == null)
|
||||||
{
|
{
|
||||||
return key;
|
return key;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue