ItemService improvements (#2322)

* ItemService improvements

* Move Poe increment to item
This commit is contained in:
Luke Street
2026-08-21 00:50:51 -06:00
committed by GitHub
parent 172d06f38d
commit 5f0f3d4ebe
43 changed files with 851 additions and 181 deletions
-2
View File
@@ -188,8 +188,6 @@ MOD_EXPORT ModResult mod_initialize(ModError* error) {
g_stageHook = 0;
return mods::set_error(error, MOD_ERROR, "failed to register mod panel");
}
mods::log::info("auxiliary WebGPU window ready");
return MOD_OK;
}