Skip to content

Commit 8517921

Browse files
committed
Fix OnNetworkSubscriptionsUpdate hooks
1 parent 055f516 commit 8517921

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

resources/Rust.opj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "Rust",
3-
"TargetDirectory": "D:\\Servers\\Rust-Release\\RustDedicated_Data\\Managed",
3+
"TargetDirectory": "D:\\Servers\\Rust\\RustDedicated_Data\\Managed",
44
"Manifests": [
55
{
66
"AssemblyName": "Assembly-CSharp.dll",
@@ -53339,7 +53339,7 @@
5333953339
{
5334053340
"OpCode": "brtrue_s",
5334153341
"OpType": "Instruction",
53342-
"Operand": 122
53342+
"Operand": 115
5334353343
}
5334453344
],
5334553345
"HookTypeName": "Modify",
@@ -53392,7 +53392,7 @@
5339253392
{
5339353393
"OpCode": "brtrue_s",
5339453394
"OpType": "Instruction",
53395-
"Operand": 60
53395+
"Operand": 53
5339653396
}
5339753397
],
5339853398
"HookTypeName": "Modify",

src/Oxide.Rust.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<TargetFramework>net48</TargetFramework>
1515
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1616
<SteamAppId>258550</SteamAppId>
17-
<SteamBranch>release</SteamBranch>
17+
<SteamBranch>public</SteamBranch>
1818
<SteamLogin>anonymous</SteamLogin>
1919
<GamePlatform>windows;linux</GamePlatform>
2020
<GameExe>RustDedicated.exe;RustDedicated</GameExe>

0 commit comments

Comments
 (0)