From 1712c24a2b451bfce630017be054dc23b59fb87d Mon Sep 17 00:00:00 2001 From: Bitl Date: Sat, 10 Sep 2022 13:31:52 -0700 Subject: [PATCH] oof --- changelog.txt | 5 +++++ documentation.txt | 2 +- scripts/launcher/info.ini | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index a329330..516b76c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +1.3 Snapshot v22.8288.23564.2 +Fixes: +- Clarified the %generatescript% documentation. +- Fixed a certain easter egg not working. +---------------------------------------------------------------------------- 1.3 Snapshot v22.8288.23564.1 Enhancements: - Added the following Place Contest (August 2022) entries: diff --git a/documentation.txt b/documentation.txt index ab5b805..45df07a 100644 --- a/documentation.txt +++ b/documentation.txt @@ -29,7 +29,7 @@ General: %usenewsignformat% - for %signgeneratedjoinscript%, uses the new client signature format found on newer clients. %useloadfile% - Uses the "loadfile" function instead of "dofile" for generated join scripts if "Generate scripts and fix map loading for 2007/2012+" is enabled or %generatescript% is added. %userbxassetforgeneration% - When "Generate scripts and fix map loading for 2007/2012+" is enabled or %generatescript% is added, use "rbxasset" as the main path we should get the file from. -%generatescript% - Allows non-2007 clients to generate scripts. Equivalent to the "Generate scripts and fix map loading for 2007/2012+" option. +%generatescript% - Allows non-2007 clients to generate scripts. Equivalent to the script generator used with the "Generate scripts and fix map loading for 2007/2012+" option. Server: %limit% - Max Player limit. diff --git a/scripts/launcher/info.ini b/scripts/launcher/info.ini index bac0fd2..bce70f0 100644 --- a/scripts/launcher/info.ini +++ b/scripts/launcher/info.ini @@ -8,6 +8,6 @@ ExtendedVersionNumber=True ExtendedVersionEditChangelog=True //ExtendedVersionTemplate=%version% v8.2022.%extended-revision%%lite% ExtendedVersionTemplate=%version% Snapshot v22.%build%.%revision%.%extended-revision% -ExtendedVersionRevision=1 +ExtendedVersionRevision=2 IsLite=False InitialBootup=False