From a9106ecadf67978dd26d27edaff71b304af168e1 Mon Sep 17 00:00:00 2001 From: Will Corby Date: Fri, 20 Dec 2024 14:01:24 -0800 Subject: [PATCH] Update prepatchers.md use master instead of random commit --- docs/content/pages/guides/prepatchers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/pages/guides/prepatchers.md b/docs/content/pages/guides/prepatchers.md index a1c64827b..b4cd20a4c 100644 --- a/docs/content/pages/guides/prepatchers.md +++ b/docs/content/pages/guides/prepatchers.md @@ -34,7 +34,7 @@ public static void Main(string[] args) Keep in mind the `ModHelper` is not available in a prepatcher. You'll need to have the prepatcher include libraries like Newtonsoft.Json to read and write JSON files. -As an example, Quantum Space Buddies [utilizes a pre-patcher](https://github.com/qsb-dev/quantum-space-buddies/tree/master/QSBPatcher). You can use this as an example. Notice how it also needs to [set this as `patcher` in its manifest](https://github.com/qsb-dev/quantum-space-buddies/blob/b2e55d61e97b2e9c05b8b6e69cb349c57b59aa93/QSB/manifest.json#L18) in order for OWML to know to run it. +As an example, Quantum Space Buddies [utilizes a pre-patcher](https://github.com/qsb-dev/quantum-space-buddies/tree/master/QSBPatcher). You can use this as an example. Notice how it also needs to [set this as `patcher` in its manifest](https://github.com/qsb-dev/quantum-space-buddies/blob/master/QSB/manifest.json#L18) in order for OWML to know to run it. ### Logging