mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-04-24 09:46:26 +00:00
fix(agents): fix model
This commit is contained in:
@@ -487,7 +487,7 @@ namespace WeaponPaints
|
||||
Server.NextFrame(() =>
|
||||
{
|
||||
player.PlayerPawn.Value.SetModel(
|
||||
$"characters/models/{model}.vmdl"
|
||||
$"agents/models/{model}.vmdl"
|
||||
);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user