Skip to content

Commit

Permalink
Merge pull request #7 from HvH-gg/update-signature
Browse files Browse the repository at this point in the history
chore: Update signature
  • Loading branch information
imi-tat0r authored Oct 4, 2024
2 parents 8919b45 + 44580c2 commit 63408ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [HvH.gg](https://hvh.gg) Teleport/Crasher Fix (1.0.5)
# [HvH.gg](https://hvh.gg) Teleport/Crasher Fix (1.0.6)
![img](https://du.hurenso.hn/r/5DALK7.png)

# About
Expand Down
2 changes: 1 addition & 1 deletion TeleportFix/TeleportFix.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class TeleportFixConfig : BasePluginConfig
public class TeleportFix : BasePlugin, IPluginConfig<TeleportFixConfig>
{
public override string ModuleName => "HvH.gg - Teleport/Crasher Fix";
public override string ModuleVersion => "1.0.4";
public override string ModuleVersion => "1.0.6";
public override string ModuleAuthor => "imi-tat0r";

public TeleportFixConfig Config { get; set; } = new();
Expand Down
2 changes: 1 addition & 1 deletion TeleportFix/TeleportFix.json.gamedata
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"signatures": {
"library": "server",
"windows": "\\x48\\x89\\x5C\\x24\\x2A\\x48\\x89\\x74\\x24\\x2A\\x57\\x48\\x83\\xEC\\x2A\\x48\\x8B\\xFA\\x48\\x8B\\xF1\\xE8\\x2A\\x2A\\x2A\\x2A\\x48\\x8B\\xD8",
"linux": "\\x55\\x48\\x89\\xE5\\x41\\x56\\x49\\x89\\xF6\\x41\\x55\\x41\\x54\\x49\\x89\\xFC\\x48\\x83\\xEC\\x2A\\xE8\\x2A\\x2A\\x2A\\x2A\\x48\\x85\\xC0"
"linux": "\\x55\\x48\\x89\\xE5\\x41\\x55\\x49\\x89\\xF5\\x41\\x54\\x49\\x89\\xFC\\xE8\\x2A\\x2A\\x2A\\x2A\\x48\\x85\\xC0\\x74\\x30"
}
}
}

0 comments on commit 63408ff

Please sign in to comment.