From 77b72542f770b3a1d491b32c809497c86880849c Mon Sep 17 00:00:00 2001 From: BeebBeebBoob Date: Tue, 4 Feb 2025 13:36:43 +0300 Subject: [PATCH] =?UTF-8?q?experiment:=20=D0=9F=D0=BE=D1=82=D0=B5=D0=BD?= =?UTF-8?q?=D1=86=D0=B8=D0=B0=D0=BB=D1=8C=D0=BD=D1=8B=D0=B9=20=D1=84=D0=B0?= =?UTF-8?q?=D0=BA=D1=81=20=D0=BB=D0=B0=D0=B3=D0=BE=D0=B2=20=D0=BE=D1=82=20?= =?UTF-8?q?=D0=A1=D1=82=D0=B0=D1=82=20=D0=9F=D0=B0=D0=BD=D0=B5=D0=BB=D1=8F?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/modules/asset_cache/transports/asset_transport.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/asset_cache/transports/asset_transport.dm b/code/modules/asset_cache/transports/asset_transport.dm index 1057a6eaa0b..f292285f11d 100644 --- a/code/modules/asset_cache/transports/asset_transport.dm +++ b/code/modules/asset_cache/transports/asset_transport.dm @@ -156,7 +156,7 @@ if (send_assets(client, file)) if (!(--filerate)) filerate = startingfilerate - client.browse_queue_flush() + // client.browse_queue_flush() stoplag(0) //queuing calls like this too quickly can cause issues in some client versions /// Check the config is valid to load this transport