From 139a1da2aeb43151ced1a1bd8306d7177c180b3e Mon Sep 17 00:00:00 2001 From: StefanX <60297289+stefanx111@users.noreply.github.com> Date: Tue, 21 Apr 2026 11:47:06 +0300 Subject: [PATCH] fix(agents): fix model --- WeaponAction.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WeaponAction.cs b/WeaponAction.cs index d294e5b3..3f639356 100644 --- a/WeaponAction.cs +++ b/WeaponAction.cs @@ -487,7 +487,7 @@ namespace WeaponPaints Server.NextFrame(() => { player.PlayerPawn.Value.SetModel( - $"characters/models/{model}.vmdl" + $"agents/models/{model}.vmdl" ); }); }