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:
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user