Skip to content

Commit

Permalink
use cloud by default now
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercoms committed Aug 9, 2024
1 parent 529bf84 commit 2607243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pbsync/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ def pbsync_config_parser_func(root):
"steamcmd_script": ("steamcmd/script", None, "", True),
"steamdrm_appid": ("steamcmd/drm/appid", None, "", True),
"steamdrm_targetbinary": ("steamcmd/drm/targetbinary", None, "", True),
"steamdrm_useonprem": ("steamcmd/drm/useonprem", None, True, True),
"steamdrm_useonprem": ("steamcmd/drm/useonprem", None, False, True),
"resharper_version": ("resharper/version", None, "", True),
"engine_prefix": ("versionator/engineprefix", None, "", True),
"engine_type": ("versionator/enginetype", None, None, True),
Expand Down

0 comments on commit 2607243

Please sign in to comment.