Skip to content

Commit 3301119

Browse files
committed
Patch for release branch changes
1 parent d685b25 commit 3301119

File tree

2 files changed

+8
-17
lines changed

2 files changed

+8
-17
lines changed

resources/Rust.opj

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "Rust",
3-
"TargetDirectory": "D:\\Servers\\Rust\\RustDedicated_Data\\Managed",
3+
"TargetDirectory": "D:\\Servers\\Rust-Release\\RustDedicated_Data\\Managed",
44
"Manifests": [
55
{
66
"AssemblyName": "Assembly-CSharp.dll",
@@ -451,7 +451,7 @@
451451
{
452452
"Type": "Simple",
453453
"Hook": {
454-
"InjectionIndex": 96,
454+
"InjectionIndex": 104,
455455
"ReturnBehavior": 1,
456456
"ArgumentBehavior": 4,
457457
"ArgumentString": "this, a0",
@@ -469,7 +469,7 @@
469469
"HitInfo"
470470
]
471471
},
472-
"MSILHash": "AD5CKWBaVrOo6FCAFDfG3zGMR+yRPMqngf9PUw+sTRA=",
472+
"MSILHash": "qwRuIAKCpGcNwD+1DjGEqerYeQ3CdDbuduZaep2M1vo=",
473473
"HookCategory": "Entity"
474474
}
475475
},
@@ -8059,7 +8059,7 @@
80598059
"HitInfo"
80608060
]
80618061
},
8062-
"MSILHash": "nA44BFSoErJf8PbWZFlYQYPNYPVa9ckWsz4L98DV1Jw=",
8062+
"MSILHash": "2czrz/a8inCGBfNlPS5yAf9smcXNtnorllDHMiYYoG4=",
80638063
"HookCategory": "Entity"
80648064
}
80658065
},
@@ -21707,7 +21707,7 @@
2170721707
"InjectionIndex": 61,
2170821708
"ReturnBehavior": 1,
2170921709
"ArgumentBehavior": 4,
21710-
"ArgumentString": "l1, l0, l2, true",
21710+
"ArgumentString": "l1, l0, l2",
2171121711
"HookTypeName": "Simple",
2171221712
"Name": "OnTeamMemberInvite [sendofflineinvite]",
2171321713
"HookName": "OnTeamMemberInvite",
@@ -21764,19 +21764,10 @@
2176421764
"OpType": "Type",
2176521765
"Operand": "mscorlib|System.UInt64"
2176621766
},
21767-
{
21768-
"OpCode": "ldc_i4_0",
21769-
"OpType": "None"
21770-
},
21771-
{
21772-
"OpCode": "box",
21773-
"OpType": "Type",
21774-
"Operand": "mscorlib|System.Boolean"
21775-
},
2177621767
{
2177721768
"OpCode": "call",
2177821769
"OpType": "Method",
21779-
"Operand": "Oxide.Core|Oxide.Core.Interface|CallHook(System.String,System.Object,System.Object,System.Object,System.Object)"
21770+
"Operand": "Oxide.Core|Oxide.Core.Interface|CallHook(System.String,System.Object,System.Object,System.Object)"
2178021771
},
2178121772
{
2178221773
"OpCode": "brfalse_s",
@@ -53889,4 +53880,4 @@
5388953880
"Fields": []
5389053881
}
5389153882
]
53892-
}
53883+
}

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>public</SteamBranch>
17+
<SteamBranch>release</SteamBranch>
1818
<SteamLogin>anonymous</SteamLogin>
1919
<GamePlatform>windows;linux</GamePlatform>
2020
<GameExe>RustDedicated.exe;RustDedicated</GameExe>

0 commit comments

Comments
 (0)