From 089aede22ca416fd9d7ce4a5ef93ca243d11f0d8 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Mon, 30 Jun 2025 14:31:00 +0200 Subject: [PATCH] Update animations.lua --- resources/[jobs]/[weapons]/ND_GunAnims/data/animations.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/[jobs]/[weapons]/ND_GunAnims/data/animations.lua b/resources/[jobs]/[weapons]/ND_GunAnims/data/animations.lua index 4ac1dcd27..98ceb68b2 100644 --- a/resources/[jobs]/[weapons]/ND_GunAnims/data/animations.lua +++ b/resources/[jobs]/[weapons]/ND_GunAnims/data/animations.lua @@ -32,7 +32,7 @@ info.weapons = { [`WEAPON_REVOLVER`] = "police", [`WEAPON_HEAVYPISTOL`] = "police", [`weapon_appistol`] = "police", - [`weapon_colbaton`] = "police", + [`weapon_colbaton`] = false, [`WEAPON_SWITCHBLADE`] = false -- setting to false will not play any anim and instead use the in game default. }