Skip to content

Commit

Permalink
Tweak IOnServerShutdown hook location
Browse files Browse the repository at this point in the history
  • Loading branch information
lukespragg committed Apr 29, 2022
1 parent fc6be4c commit 16c16ef
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions resources/SevenDaysToDie.opj
Original file line number Diff line number Diff line change
Expand Up @@ -83,30 +83,6 @@
"HookCategory": "Entity"
}
},
{
"Type": "Simple",
"Hook": {
"InjectionType": 1,
"InjectionIndex": -1,
"ReturnBehavior": 0,
"ArgumentBehavior": 0,
"ArgumentString": null,
"HookTypeName": "Simple",
"Name": "IOnServerShutdown",
"HookName": "IOnServerShutdown",
"AssemblyName": "Assembly-CSharp.dll",
"TypeName": "GameManager",
"Signature": {
"Exposure": 2,
"Name": "Cleanup",
"ReturnType": "System.Void",
"Parameters": []
},
"MSILHash": "l+N+JXEV25KfdcIBynqwCIMbvUjO4M7Ic5aaXpVUBwk=",
"BaseHookName": null,
"HookCategory": "Server"
}
},
{
"Type": "Simple",
"Hook": {
Expand Down Expand Up @@ -813,6 +789,30 @@
"BaseHookName": "Initialize",
"HookCategory": "Server"
}
},
{
"Type": "Simple",
"Hook": {
"InjectionType": 1,
"InjectionIndex": -1,
"ReturnBehavior": 0,
"ArgumentBehavior": 0,
"ArgumentString": null,
"HookTypeName": "Simple",
"Name": "IOnServerShutdown",
"HookName": "IOnServerShutdown",
"AssemblyName": "Assembly-CSharp.dll",
"TypeName": "GameManager",
"Signature": {
"Exposure": 1,
"Name": "OnApplicationQuit",
"ReturnType": "System.Boolean",
"Parameters": []
},
"MSILHash": "Z5jVFCIr9XvBet0yeWMySjzf0ZjLgpuUsfiRrCmc7Ic=",
"BaseHookName": null,
"HookCategory": "Server"
}
}
],
"Modifiers": [
Expand Down

0 comments on commit 16c16ef

Please sign in to comment.