fixed an oversight

This commit is contained in:
Bitl 2020-07-05 16:44:11 -07:00
parent 8d49a39e12
commit 8305ef224b
1 changed files with 1 additions and 2 deletions

View File

@ -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;