fixed an oversight
This commit is contained in:
parent
8d49a39e12
commit
8305ef224b
|
|
@ -202,8 +202,7 @@ public class SecurityFuncs
|
||||||
case ScriptType.Studio:
|
case ScriptType.Studio:
|
||||||
SetWindowText(exe.MainWindowHandle, "Novetus Studio "
|
SetWindowText(exe.MainWindowHandle, "Novetus Studio "
|
||||||
+ GlobalVars.Version + " - "
|
+ GlobalVars.Version + " - "
|
||||||
+ clientname + " "
|
+ clientname
|
||||||
+ ScriptGenerator.GetNameForType(type)
|
|
||||||
+ (string.IsNullOrWhiteSpace(mapname) ? " [Place1]" : " [" + mapname + "]")
|
+ (string.IsNullOrWhiteSpace(mapname) ? " [Place1]" : " [" + mapname + "]")
|
||||||
+ RandomStringTitle());
|
+ RandomStringTitle());
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue