Skip to content

Commit

Permalink
Patch for release branch changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBlue committed Apr 13, 2024
1 parent eca521b commit ea21b7a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions resources/Rust.opj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Name": "Rust",
"TargetDirectory": "D:\\Servers\\Rust\\RustDedicated_Data\\Managed",
"TargetDirectory": "D:\\Servers\\Rust-Release\\RustDedicated_Data\\Managed",
"Manifests": [
{
"AssemblyName": "Assembly-CSharp.dll",
Expand Down Expand Up @@ -19083,7 +19083,7 @@
{
"Type": "Simple",
"Hook": {
"InjectionIndex": 21,
"InjectionIndex": 25,
"ReturnBehavior": 1,
"ArgumentBehavior": 4,
"ArgumentString": "l1, a0, this",
Expand All @@ -19102,14 +19102,14 @@
"System.Int32"
]
},
"MSILHash": "nTko9qfkKvVV8L+ph9TO8KrIAOka+jb4A0XHmYkKJ0U=",
"MSILHash": "XIeFqtW9gZ7A29u8NVnGCyqr+QxNnAez78d8Hi70LUo=",
"HookCategory": "Item"
}
},
{
"Type": "Simple",
"Hook": {
"InjectionIndex": 68,
"InjectionIndex": 72,
"ReturnBehavior": 0,
"ArgumentBehavior": 4,
"ArgumentString": "l1, a0, this",
Expand All @@ -19128,15 +19128,15 @@
"System.Int32"
]
},
"MSILHash": "nTko9qfkKvVV8L+ph9TO8KrIAOka+jb4A0XHmYkKJ0U=",
"MSILHash": "XIeFqtW9gZ7A29u8NVnGCyqr+QxNnAez78d8Hi70LUo=",
"BaseHookName": "OnRackedWeaponUnload",
"HookCategory": "Item"
}
},
{
"Type": "Simple",
"Hook": {
"InjectionIndex": 55,
"InjectionIndex": 59,
"ReturnBehavior": 1,
"ArgumentBehavior": 4,
"ArgumentString": "l4, l7, l0, this",
Expand All @@ -19154,14 +19154,14 @@
"BaseEntity/RPCMessage"
]
},
"MSILHash": "p3iuXgvAwbjC1h2AEp6C07HZZgedj2L7JSVc1QPy+yA=",
"MSILHash": "27rhq6Fojuo9vtfaGhc2Zwk/Bo7wCDGk2t7Ov34iUaY=",
"HookCategory": "Item"
}
},
{
"Type": "Simple",
"Hook": {
"InjectionIndex": 151,
"InjectionIndex": 155,
"ReturnBehavior": 0,
"ArgumentBehavior": 4,
"ArgumentString": "l4, l7, l0, this",
Expand All @@ -19179,7 +19179,7 @@
"BaseEntity/RPCMessage"
]
},
"MSILHash": "p3iuXgvAwbjC1h2AEp6C07HZZgedj2L7JSVc1QPy+yA=",
"MSILHash": "27rhq6Fojuo9vtfaGhc2Zwk/Bo7wCDGk2t7Ov34iUaY=",
"BaseHookName": "OnRackedWeaponLoad",
"HookCategory": "Item"
}
Expand Down
2 changes: 1 addition & 1 deletion src/Oxide.Rust.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<TargetFramework>net48</TargetFramework>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<SteamAppId>258550</SteamAppId>
<SteamBranch>public</SteamBranch>
<SteamBranch>release</SteamBranch>
<SteamLogin>anonymous</SteamLogin>
<GamePlatform>windows;linux</GamePlatform>
<GameExe>RustDedicated.exe;RustDedicated</GameExe>
Expand Down

0 comments on commit ea21b7a

Please sign in to comment.