diff options
Diffstat (limited to 'src/main/resources/riftmod.json')
| -rw-r--r-- | src/main/resources/riftmod.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/main/resources/riftmod.json b/src/main/resources/riftmod.json index c9fd57343..93bc36656 100644 --- a/src/main/resources/riftmod.json +++ b/src/main/resources/riftmod.json @@ -16,9 +16,13 @@ "side": "client" }, { - "class": "me.shedaniel.rei.client.GuiHelper", + "class": "me.shedaniel.rei.update.UpdateChecker", "side": "client", - "priority": -30 + "priority": -20 + }, + { + "class": "me.shedaniel.rei.client.GuiHelper", + "side": "client" } ], "url": "https://shedaniel.me", |
