Commit 5bd85214 authored by mercury233's avatar mercury233

fix GameStringManager.get

parent 575b8c4f
Pipeline #41630 failed with stages
in 14 minutes and 47 seconds
...@@ -112,6 +112,8 @@ public static class GameStringManager ...@@ -112,6 +112,8 @@ public static class GameStringManager
} }
} }
if (a == "")
a = "???";
return a; return a;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment