Skip to content

Commit

Permalink
update gamedata (24-10-2024)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaikhnedab committed Oct 24, 2024
1 parent 176b959 commit 3dd4542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RetakesAllocator/CustomGameData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class CustomGameData
new()
{
{OSPlatform.Windows, @"\x48\x8B\xC4\x44\x89\x40\x18\x48\x89\x50\x??\x48\x89\x48"},
{OSPlatform.Linux, @"\x55\x48\x89\xE5\x41\x57\x41\x56\x41\x55\x49\x89\xCD\x41\x54\x53\x48\x83\xEC"},
{OSPlatform.Linux, @"\x55\x48\x89\xE5\x41\x57\x41\x56\x48\x8D\x45\x??\x41\x55\x41\x54\x53\x48\x89\xCB\x48\x83\xEC"},
}
},
{
Expand Down

0 comments on commit 3dd4542

Please sign in to comment.