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 Aug 21, 2024
1 parent e986794 commit b072280
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 @@ -943,7 +943,7 @@
"System.Boolean"
]
},
"MSILHash": "lHxcwRasZ8FPNOhG2Me18FlR6G2bcHRlONqjgyVkPPY=",
"MSILHash": "Lm/zM/dEwvkjF5LCp6HZkmeQSDswSJ5Re3yhmpp4rQ8=",
"HookCategory": "Player"
}
},
Expand Down Expand Up @@ -4251,7 +4251,7 @@
"System.Boolean"
]
},
"MSILHash": "LlLXKrx6YgSlwF935E+yV3yxaAN1MTyNXe58lA9rmSY=",
"MSILHash": "8sDTca50mFcooWb4N2a7Kzr755fh3zTMb2dD/fpPxHc=",
"HookCategory": "Player"
}
},
Expand All @@ -4277,7 +4277,7 @@
"System.Boolean"
]
},
"MSILHash": "LlLXKrx6YgSlwF935E+yV3yxaAN1MTyNXe58lA9rmSY=",
"MSILHash": "8sDTca50mFcooWb4N2a7Kzr755fh3zTMb2dD/fpPxHc=",
"BaseHookName": "CanDismountEntity",
"HookCategory": "Entity"
}
Expand All @@ -4304,7 +4304,7 @@
"System.Boolean"
]
},
"MSILHash": "LlLXKrx6YgSlwF935E+yV3yxaAN1MTyNXe58lA9rmSY=",
"MSILHash": "8sDTca50mFcooWb4N2a7Kzr755fh3zTMb2dD/fpPxHc=",
"BaseHookName": "OnEntityDismounted",
"HookCategory": "Entity"
}
Expand Down Expand Up @@ -5040,7 +5040,7 @@
"System.Boolean"
]
},
"MSILHash": "lHxcwRasZ8FPNOhG2Me18FlR6G2bcHRlONqjgyVkPPY=",
"MSILHash": "Lm/zM/dEwvkjF5LCp6HZkmeQSDswSJ5Re3yhmpp4rQ8=",
"BaseHookName": "OnPlayerTick",
"HookCategory": "Player"
}
Expand Down Expand Up @@ -8233,7 +8233,7 @@
{
"Type": "Simple",
"Hook": {
"InjectionIndex": 169,
"InjectionIndex": 171,
"ReturnBehavior": 0,
"ArgumentBehavior": 1,
"HookTypeName": "Simple",
Expand All @@ -8250,7 +8250,7 @@
"Network.Connection"
]
},
"MSILHash": "K4gYeF7cEkhDggvPhma8zPBhKKIxRYTf5Md6vrycJf4=",
"MSILHash": "YPJ5OBl51BYflwIL0eN+QiFk7SIICbmik0p51LRZK2Q=",
"HookCategory": "Player"
}
},
Expand Down Expand Up @@ -9631,7 +9631,7 @@
"Network.Connection"
]
},
"MSILHash": "HJjJA3U9xDHoczQgYyjDfH4bmsCHwStHjnf9tbsoOwE=",
"MSILHash": "S0GdSZgc7i6JsjmThSsKweeV/XsqdCYt/pPzd131TeA=",
"HookCategory": "Player"
}
},
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 b072280

Please sign in to comment.