diff --git a/NovetusLauncher/NovetusFuncs/NovetusSecurityFuncs.cs b/NovetusLauncher/NovetusFuncs/NovetusSecurityFuncs.cs index 0786fa0..59f1e69 100644 --- a/NovetusLauncher/NovetusFuncs/NovetusSecurityFuncs.cs +++ b/NovetusLauncher/NovetusFuncs/NovetusSecurityFuncs.cs @@ -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;