Skip to content

Commit 5bbcb1f

Browse files
committed
Disable auto update for gamedata
1 parent e888fb8 commit 5bbcb1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

addons/source-python/packages/source-python/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def load():
8282
setup_core_settings()
8383
setup_logging()
8484
setup_exception_hooks()
85-
setup_data_update()
85+
#setup_data_update() # [css2025_win32] Disable gamedata update
8686
setup_translations()
8787
setup_data()
8888
setup_global_pointers()

0 commit comments

Comments
 (0)