Skip to content

Commit

Permalink
Updated windows signatures for CustomGameData.cs (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
B3none authored Apr 26, 2024
1 parent 25bb608 commit 82198b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions RetakesAllocator/CustomGameData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class CustomGameData
"CCSPlayer_CanAcquire",
new()
{
{OSPlatform.Windows, @"\x48\x8B\xC4\x44\x89\x40\x18\x48\x89\x48\x08\x55\x56"},
{OSPlatform.Windows, @"\x40\x55\x41\x57\x48\x8D\x6C\x24\x2A\x48\x81\xEC\x08\x01\x00\x00"},
{OSPlatform.Linux, @"\x55\x48\x89\xE5\x41\x57\x41\x56\x48\x8D\x45\xCC"},
}
},
Expand All @@ -32,12 +32,12 @@ public class CustomGameData
new()
{
{
OSPlatform.Linux,
@"\x55\x48\x89\xE5\x41\x57\x41\x56\x41\x55\x41\x54\x53\x48\x83\xEC\x18\x48\x89\x7D\xC8\x48\x85\xF6\x74"
OSPlatform.Windows,
@"\x48\x2B\xD1\xF6\xC1\x07"
},
{
OSPlatform.Windows,
@"\x48\x83\xEC\x38\x48\xC7\x44\x24\x28\x00\x00\x00\x00\x45\x33\xC9\x45\x33\xC0\xC6\x44\x24\x20\x00\xE8\x2A\x2A\x2A\x2A\x48\x85"
OSPlatform.Linux,
@"\x55\x48\x89\xE5\x41\x57\x41\x56\x41\x55\x41\x54\x53\x48\x83\xEC\x18\x48\x89\x7D\xC8\x48\x85\xF6\x74"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion RetakesAllocatorCore/PluginInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace RetakesAllocatorCore;

public static class PluginInfo
{
public const string Version = "2.3.6";
public const string Version = "2.3.7";

public static readonly string LogPrefix = $"[RetakesAllocator {Version}] ";

Expand Down

0 comments on commit 82198b3

Please sign in to comment.