Update signatures for new version

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

View file

@ -5,6 +5,6 @@
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<LangVersion>latest</LangVersion> <LangVersion>latest</LangVersion>
<Deterministic>true</Deterministic> <Deterministic>true</Deterministic>
<Version>1.0.2</Version> <Version>1.0.3</Version>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

View file

@ -32,7 +32,7 @@ internal static class GrenadeSpawner
try try
{ {
_heCreate = new(IsLinux _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"); : "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; _ok = true;
} }

View file

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