better studio no map. this also allows you to change the "no map" place out.

This commit is contained in:
Bitl 2022-08-23 10:12:54 -07:00
parent 1bc058068c
commit e2fceebc25
1 changed files with 1 additions and 1 deletions

View File

@ -2133,7 +2133,7 @@ public class GlobalFuncs
string luafile = GetLuaFileName(ClientName, type);
string rbxexe = GetClientEXEDir(ClientName, type);
string mapfile = type.Equals(ScriptType.EasterEgg) ? GlobalPaths.DataDir + "\\Appreciation.rbxl" : (nomap ? "" : GlobalVars.UserConfiguration.MapPath);
string mapfile = type.Equals(ScriptType.EasterEgg) ? GlobalPaths.DataDir + "\\Appreciation.rbxl" : (nomap ? GlobalPaths.ConfigDir + "\\Place1.rbxl" : GlobalVars.UserConfiguration.MapPath);
string mapname = type.Equals(ScriptType.EasterEgg) ? "" : (nomap ? "" : GlobalVars.UserConfiguration.Map);
FileFormat.ClientInfo info = GetClientInfoValues(ClientName);
string quote = "\"";