From 1ec28994507a85497f85638aec6e7c1694ae0f9c Mon Sep 17 00:00:00 2001 From: Grinch_ Date: Mon, 8 Mar 2021 18:09:50 +0600 Subject: [PATCH] Remove log debug text --- src/Animation.cpp | 4 ++-- src/MenuInfo.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Animation.cpp b/src/Animation.cpp index 2a4da11..1ccebeb 100644 --- a/src/Animation.cpp +++ b/src/Animation.cpp @@ -114,14 +114,14 @@ void Animation::PlayAnimation(std::string& ifp, std::string& anim, std::string& void Animation::RemoveAnimation(std::string& ifp, std::string& anim, std::string& ifp_repeat) { - flog << ifp << std::endl; if (ifp == "Custom") { json.data["Custom"].erase(anim); json.WriteToDisk(); CHud::SetHelpMessage("Animation removed", false, false, false); } -else CHud::SetHelpMessage("You can only remove custom anims", false, false, false); + else + CHud::SetHelpMessage("You can only remove custom anims", false, false, false); } diff --git a/src/MenuInfo.h b/src/MenuInfo.h index 1b175b9..6e630dd 100644 --- a/src/MenuInfo.h +++ b/src/MenuInfo.h @@ -1,5 +1,5 @@ #pragma once #define MENU_NAME "Cheat Menu" #define MENU_VERSION "2.6-beta" -#define BUILD_NUMBER "20210303" +#define BUILD_NUMBER "20210308" #define MENU_TITLE MENU_NAME " v" MENU_VERSION "(" BUILD_NUMBER ")" \ No newline at end of file