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 Oct 23, 2023
1 parent d7a9ef8 commit 0223d53
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 9 additions & 7 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 @@ -598,7 +598,7 @@
"Network.Connection"
]
},
"MSILHash": "NJbDSVyLfuUtLAfF6Xfxe3tWA/zI6CIexhqtvRXwjwM=",
"MSILHash": "ZIW2sRiKIcajCP+hUDjEACbaioAEiQKzmBHYESH3MQo=",
"HookCategory": "Player"
}
},
Expand Down Expand Up @@ -2269,7 +2269,7 @@
"Network.Message"
]
},
"MSILHash": "F6VNIjEiOjlbHLysNwMyrywyZDlyLAATkkD5MoiqQ/U=",
"MSILHash": "kAr6DbQTuOZpNjMk/otG8374QPIXY1H63lD5lvL2sro=",
"HookCategory": "Player"
}
},
Expand Down Expand Up @@ -16182,7 +16182,7 @@
"ReturnType": "BaseCorpse",
"Parameters": []
},
"MSILHash": "a5DQpiwvuadycDBp8u7ym+iFWNx6sDZiG8KCQghofRE=",
"MSILHash": "Rza4aX+BPq/a3Nuo2aFfvCCQmBhFNPoubmTKOtKbLKU=",
"HookCategory": "NPC"
}
},
Expand Down Expand Up @@ -16696,7 +16696,7 @@
"ReturnType": "System.Void",
"Parameters": []
},
"MSILHash": "kKLu62+eeFe+ACB98F5I8zCySPq/rB90mzY5PlHXWLc=",
"MSILHash": "hgDJatJWOx3aKpL3IHUbhYXHWy9d3RnrNUxLraqRYE4=",
"HookCategory": "Server"
}
},
Expand Down Expand Up @@ -19677,7 +19677,8 @@
"ReturnType": "System.Void",
"Parameters": []
},
"MSILHash": "K+qvx4ffisU/vqrGYYkE53V3hbXa6lQRqRn804PKsCI="
"MSILHash": "K+qvx4ffisU/vqrGYYkE53V3hbXa6lQRqRn804PKsCI=",
"HookCategory": "Turret"
}
},
{
Expand All @@ -19698,7 +19699,8 @@
"ReturnType": "System.Void",
"Parameters": []
},
"MSILHash": "GmjYIqIW4D8C6nSJdJj6kHL6vWcrHcDl4k41KBXk0Hg="
"MSILHash": "GmjYIqIW4D8C6nSJdJj6kHL6vWcrHcDl4k41KBXk0Hg=",
"HookCategory": "Turret"
}
},
{
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 0223d53

Please sign in to comment.