Small fixes

This commit is contained in:
jdflyer
2026-08-19 00:19:11 -07:00
parent 21bc055552
commit 2f0cb26ceb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ constinit const ServiceModule g_gamemodeModule{
.majorVersion = GAMEMODE_SERVICE_MAJOR,
.minorVersion = GAMEMODE_SERVICE_MINOR,
.service = &s_gamemodeService,
.modDetached = gamemode_impl::gamemode_remove_mod,
.modDeactivating = gamemode_impl::gamemode_remove_mod,
};
} // namespace dusk::mods::svc