Fix random crashing with Sodium

Closes #29 (at least in my testing)
This commit is contained in:
Motschen
2022-11-21 18:10:13 +01:00
parent 24f654fd67
commit 2edfac7537
3 changed files with 31 additions and 5 deletions

View File

@@ -31,5 +31,5 @@ side = "CLIENT"
modId = "midnightlib"
mandatory = true
versionRange = "[1.0.0,)"
ordering = "NONE"
ordering = "BEFORE"
side = "CLIENT"