Skip to content

Commit

Permalink
Fix initializing too early
Browse files Browse the repository at this point in the history
  • Loading branch information
lukespragg committed Jan 4, 2022
1 parent 0a8f4e9 commit 1691037
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions resources/SevenDaysToDie.opj
Original file line number Diff line number Diff line change
Expand Up @@ -755,14 +755,14 @@
"Name": "Initialize",
"HookName": "Initialize",
"AssemblyName": "Assembly-CSharp.dll",
"TypeName": "ModManager",
"TypeName": "GameManager",
"Signature": {
"Exposure": 2,
"Name": "LoadMods",
"ReturnType": "System.Void",
"Exposure": 0,
"Name": "StartAsServer",
"ReturnType": "System.Collections.IEnumerator",
"Parameters": []
},
"MsilHash": "QbESfB97cWlqtOlTqP8yiapWtFPsiC30uHAtWQsfe0E=",
"MsilHash": "gj5skO2TZuQVa5aROiK1JoqOpz4JLUyOBfkhBg0QO2k=",
"BaseHookName": null,
"HookCategory": "Server"
}
Expand All @@ -778,14 +778,14 @@
"Name": "InitLogging",
"HookName": "InitLogging",
"AssemblyName": "Assembly-CSharp.dll",
"TypeName": "ModManager",
"TypeName": "GameManager",
"Signature": {
"Exposure": 2,
"Name": "LoadMods",
"ReturnType": "System.Void",
"Exposure": 0,
"Name": "StartAsServer",
"ReturnType": "System.Collections.IEnumerator",
"Parameters": []
},
"MsilHash": "QbESfB97cWlqtOlTqP8yiapWtFPsiC30uHAtWQsfe0E=",
"MsilHash": "gj5skO2TZuQVa5aROiK1JoqOpz4JLUyOBfkhBg0QO2k=",
"BaseHookName": "Initialize",
"HookCategory": "Server"
}
Expand Down

0 comments on commit 1691037

Please sign in to comment.