mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-03-09 16:18:48 +00:00
2.2c
- Minor changes - Updated translations - Updated css
This commit is contained in:
@@ -305,7 +305,7 @@ namespace WeaponPaints
|
||||
Server.NextFrame(() =>
|
||||
{
|
||||
string? model = player.TeamNum == 3 ? g_playersAgent[player.Slot].CT : g_playersAgent[player.Slot].T;
|
||||
if (model == null) return;
|
||||
if (string.IsNullOrEmpty(model)) return;
|
||||
|
||||
player.PlayerPawn.Value!.SetModel(
|
||||
$"characters/models/{model}.vmdl"
|
||||
|
||||
Reference in New Issue
Block a user