fix(agents): fix model

This commit is contained in:
StefanX
2026-04-21 11:47:06 +03:00
parent 54b286875a
commit 139a1da2ae

View File

@@ -487,7 +487,7 @@ namespace WeaponPaints
Server.NextFrame(() =>
{
player.PlayerPawn.Value.SetModel(
$"characters/models/{model}.vmdl"
$"agents/models/{model}.vmdl"
);
});
}