From 5f4c3a70e22bffed91ea9bfa13e5386d2b30306d Mon Sep 17 00:00:00 2001 From: Andrey Akhmichin <15944199+nekonomicon@users.noreply.github.com> Date: Fri, 29 Dec 2023 02:24:51 +0500 Subject: [PATCH] mod_options: enable rapid crowbar fix by default, since it's only used on the server-side. --- mod_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod_options.txt b/mod_options.txt index d68090c4..ec7d0844 100644 --- a/mod_options.txt +++ b/mod_options.txt @@ -2,7 +2,7 @@ BARNACLE_FIX_VISIBILITY=OFF # Barnacle tongue length fix CLIENT_WEAPONS=ON # Client local weapons prediction CROWBAR_IDLE_ANIM=OFF # Crowbar idle animation CROWBAR_DELAY_FIX=OFF # Crowbar attack delay fix -CROWBAR_FIX_RAPID_CROWBAR=OFF # Rapid crowbar fix +CROWBAR_FIX_RAPID_CROWBAR=ON # Rapid crowbar fix GAUSS_OVERCHARGE_FIX=OFF # Gauss overcharge fix TRIPMINE_BEAM_DUPLICATION_FIX=OFF # Fix of tripmine beam duplication on level transition HANDGRENADE_DEPLOY_FIX=OFF # Handgrenade deploy animation fix after finishing a throw