some replacements and fixes that were referring Sandbox/Editor

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-06-29 13:13:00 -07:00
parent 1696680240
commit d14229c67e
11 changed files with 12 additions and 22 deletions
@@ -117,6 +117,6 @@ def create_ly_keys():
process_utils.check_call(
["reg", "add", target_key, "/v", "RC_EnableSourceControl", "/t", "REG_DWORD", "/d", "0", "/f"])
# The editor will ignore settings unless EditorSettingsVersion is what it expects
# The value it expects is in Code\Sandbox\Editor\Settings.cpp
# The value it expects is in Code\Editor\Settings.cpp
process_utils.check_call(
["reg", "add", target_key, "/v", "EditorSettingsVersion", "/t", "REG_DWORD", "/d", "2", "/f"])