properly set oxygen in share states

This commit is contained in:
madeline
2026-04-22 01:55:23 -07:00
parent 832e567620
commit 1787de517c
+3
View File
@@ -139,6 +139,9 @@ void ImGuiStateShare::tickPendingApply() {
}
g_dComIfG_gameInfo.info = *m_pendingInfo;
m_pendingInfo.reset();
dComIfGp_offOxygenShowFlag();
dComIfGp_setMaxOxygen(600);
dComIfGp_setOxygen(600);
}
static bool ValidateEncodedState(const std::string& encoded) {