summon debug

This commit is contained in:
2023-08-14 15:00:05 +02:00
parent 4997715672
commit f9f80fc4fb

View File

@@ -73,7 +73,9 @@ void SummonMenu::Render() {
if (mobSent.size() > 0) { if (mobSent.size() > 0) {
m_Client->SendMobs(mobSent); m_Client->SendMobs(mobSent);
m_Values.fill(0); m_Values.fill(0);
#ifdef NDEBUG
SetCooldown(10); SetCooldown(10);
#endif
} }
} }
ImGui::End(); ImGui::End();