diff --git a/src/client/render/gui/SummonMenu.cpp b/src/client/render/gui/SummonMenu.cpp index 748e5be..3c1dd38 100644 --- a/src/client/render/gui/SummonMenu.cpp +++ b/src/client/render/gui/SummonMenu.cpp @@ -73,7 +73,9 @@ void SummonMenu::Render() { if (mobSent.size() > 0) { m_Client->SendMobs(mobSent); m_Values.fill(0); +#ifdef NDEBUG SetCooldown(10); +#endif } } ImGui::End();