From 16f4c897cfc5b317acdf29dab57ac0a6bc363e3e Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 13 Nov 2022 02:43:11 +0100 Subject: [PATCH] Enable the websocket module in the slim build. --- module_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_config.py b/module_config.py index 8230334e..a322f1bf 100644 --- a/module_config.py +++ b/module_config.py @@ -84,7 +84,7 @@ slim_args += 'module_users_enabled=no ' #slim_args += 'module_vorbis_enabled=no ' slim_args += 'module_voxelman_enabled=no ' slim_args += 'module_web_enabled=no ' -slim_args += 'module_websocket_enabled=no ' +#slim_args += 'module_websocket_enabled=no ' slim_args += 'module_wfc_enabled=no ' #slim_args += 'module_etc_enabled=no ' #slim_args += 'module_gltf_enabled=no '