Re-ordered Unarmed module init

* to prevent a specific display issue in the inventory (#603)
This commit is contained in:
NovaRain
2026-01-03 20:40:50 +08:00
parent a3383fdf7f
commit c44fe84cc4
+1 -1
View File
@@ -126,7 +126,6 @@ static void InitModules() {
manager.add<Books>();
manager.add<Criticals>();
manager.add<Elevators>();
manager.add<Unarmed>();
manager.add<Animations>();
manager.add<BarBoxes>();
@@ -140,6 +139,7 @@ static void InitModules() {
manager.add<MiscPatches>();
manager.add<AI>();
manager.add<Unarmed>();
manager.add<DamageMod>();
manager.add<BurstMods>();