injection issue fix

This commit is contained in:
Bitl 2022-09-10 16:52:04 -07:00
parent 1712c24a2b
commit 873ee1d7d3
4 changed files with 9 additions and 2 deletions

View File

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

View File

@ -1,3 +1,8 @@
1.3 Snapshot v22.8288.28158.1
Enhancements:
- Reverted the safechat.xml in all clients to the original version distributed in each client for accuracy reasons.
- Fixed an exploit where players were able to inject places into online games.
----------------------------------------------------------------------------
1.3 Snapshot v22.8288.23564.2
Fixes:
- Clarified the %generatescript% documentation.

View File

@ -8,6 +8,6 @@ ExtendedVersionNumber=True
ExtendedVersionEditChangelog=True
//ExtendedVersionTemplate=%version% v8.2022.%extended-revision%%lite%
ExtendedVersionTemplate=%version% Snapshot v22.%build%.%revision%.%extended-revision%
ExtendedVersionRevision=2
ExtendedVersionRevision=1
IsLite=False
InitialBootup=False