From 88fff8bd7c23ed08d9134e191291ad2c62552fa1 Mon Sep 17 00:00:00 2001 From: R3nzTheCodeGOD Date: Wed, 10 Jan 2024 18:11:05 +0300 Subject: [PATCH] Fixed R3nzSkin's broken features and updated for patch 14.1 --- R3nzSkin/GUI.cpp | 2 +- R3nzSkin_Injector/R3nzUI.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R3nzSkin/GUI.cpp b/R3nzSkin/GUI.cpp index 860cf792..9233f880 100644 --- a/R3nzSkin/GUI.cpp +++ b/R3nzSkin/GUI.cpp @@ -20,7 +20,7 @@ inline static void footer() noexcept static const auto buildText{ "Last Build: "s + __DATE__ + " - " + __TIME__ }; ImGui::Separator(); ImGui::textUnformattedCentered(buildText.c_str()); - ImGui::textUnformattedCentered("Copyright (C) 2021-2023 R3nzTheCodeGOD"); + ImGui::textUnformattedCentered("Copyright (C) 2021-2024 R3nzTheCodeGOD"); } static void changeTurretSkin(const std::int32_t skinId, const std::int32_t team) noexcept diff --git a/R3nzSkin_Injector/R3nzUI.hpp b/R3nzSkin_Injector/R3nzUI.hpp index 3039fa1d..9660b9bd 100644 --- a/R3nzSkin_Injector/R3nzUI.hpp +++ b/R3nzSkin_Injector/R3nzUI.hpp @@ -301,7 +301,7 @@ namespace R3nzSkinInjector { this->copyrightLabel->Size = Drawing::Size(207, 14); this->copyrightLabel->TabIndex = 11; this->copyrightLabel->TabStop = true; - this->copyrightLabel->Text = L"Copyright (c) 2021-2023 R3nzTheCodeGOD"; + this->copyrightLabel->Text = L"Copyright (c) 2021-2024 R3nzTheCodeGOD"; this->copyrightLabel->TextAlign = ContentAlignment::MiddleCenter; this->copyrightLabel->LinkClicked += gcnew LinkLabelLinkClickedEventHandler(this, &R3nzUI::copyrightLabel_LinkClicked); //