Skip to content

Commit

Permalink
bigger spectatormodel
Browse files Browse the repository at this point in the history
  • Loading branch information
derkalle4 committed Nov 20, 2024
1 parent 78ad3c9 commit 37bfb2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Cosmetics+SpectatorModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ private void EventSpectatorModelOnTick()
SpawnProp(
player,
_spectatorModel,
0.02f
0.03f
));
}
else if (_spectatorModelPlayers.ContainsKey(player)
Expand Down
2 changes: 1 addition & 1 deletion src/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ namespace Cosmetics
{
public partial class Cosmetics : BasePlugin
{
public override string ModuleVersion => "1.0.7";
public override string ModuleVersion => "1.0.8";
}
}

0 comments on commit 37bfb2c

Please sign in to comment.