Update signatures for new version
This commit is contained in:
parent
44b8de01c8
commit
99ff071723
3 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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.";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue