From 12dd1b6d82a4c1035cde6ebcd3ec5f4f8fe73e1e Mon Sep 17 00:00:00 2001 From: 0TheSpy <5511c282@opayq.com> Date: Fri, 13 Oct 2023 01:59:06 +0300 Subject: [PATCH] Update Menu.hpp --- SpyCustom/Menu.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpyCustom/Menu.hpp b/SpyCustom/Menu.hpp index 2e11f70..b59acf2 100644 --- a/SpyCustom/Menu.hpp +++ b/SpyCustom/Menu.hpp @@ -2234,7 +2234,7 @@ long __stdcall hkEndScene(IDirect3DDevice9* pDevice) ImGui::Columns(2, nullptr, false); ImGui::TextColored(colwhite, XorStr("Seaside")); - ImGui::Text(XorStr("Build November 14, 2022")); + ImGui::Text(XorStr("Build October 13, 2023")); ImGui::InvisibleButton("##inv", ImVec2(0, 0)); ImGui::TextColored(colwhite, XorStr("Developer")); ImGui::Text(XorStr("0TheSpy"));