Update signatures for new version
All checks were successful
CI / lint (push) Successful in 29s
CI / build (push) Successful in 30s
CI / release (push) Successful in 5m9s

This commit is contained in:
Kamal Tufekcic 2026-07-09 17:15:24 +03:00
commit 99ff071723
3 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@ internal static class GrenadeSpawner
try
{
_heCreate = new(IsLinux
? "55 4C 89 C1 48 89 E5 41 57 49 89 D7"
? "55 4C 89 C1 48 89 E5 41 57 49 89 FF 41 56 49 89 D6"
: "48 89 5C 24 08 48 89 6C 24 10 48 89 74 24 18 57 48 83 EC 50 48 8B AC 24 80 00 00 00 49 8B F8");
_ok = true;
}

View file

@ -10,7 +10,7 @@ namespace Outnumbered;
public sealed partial class OutnumberedPlugin : BasePlugin, IPluginConfig<OutnumberedConfig>
{
public override string ModuleName => "Outnumbered";
public override string ModuleVersion => "1.0.2-modes";
public override string ModuleVersion => "1.0.3-modes";
public override string ModuleAuthor => "snake";
public override string ModuleDescription => "Players-vs-bots RPG / perk mod.";