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:
SetWindowText(exe.MainWindowHandle, "Novetus Studio "
+ GlobalVars.Version + " - "
+ clientname + " "
+ ScriptGenerator.GetNameForType(type)
+ clientname
+ (string.IsNullOrWhiteSpace(mapname) ? " [Place1]" : " [" + mapname + "]")
+ RandomStringTitle());
break;