Skip to content

Commit

Permalink
Fixed !g links
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinKlein1508 committed Aug 21, 2024
1 parent 9f40e22 commit 8585f8d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CSGencodes.Core/Models/Weapon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public string GetGencode(decimal @float, int pattern, List<AppliedSticker> stick
foreach (var sticker in sortedStickers)
{

while (sticker.PosId != (currentPos - addedStickers))
while (sticker.PosId != currentPos)
{
sb.Append(" 0 0.00");
currentPos++;
Expand Down
6 changes: 6 additions & 0 deletions CSGencodes/Pages/Changelog.razor
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
<div class="changelog">
<h3 class="text-white">Changelog</h3>
<ul>
<li>
2024-08-21
<ul>
<li>Fixed !g links</li>
</ul>
</li>
<li>
2024-04-19
<ul>
Expand Down

0 comments on commit 8585f8d

Please sign in to comment.