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