Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 88fff8b

Browse files
Fixed R3nzSkin's broken features and updated for patch 14.1
1 parent 1d8cd84 commit 88fff8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R3nzSkin/GUI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ inline static void footer() noexcept
2020
static const auto buildText{ "Last Build: "s + __DATE__ + " - " + __TIME__ };
2121
ImGui::Separator();
2222
ImGui::textUnformattedCentered(buildText.c_str());
23-
ImGui::textUnformattedCentered("Copyright (C) 2021-2023 R3nzTheCodeGOD");
23+
ImGui::textUnformattedCentered("Copyright (C) 2021-2024 R3nzTheCodeGOD");
2424
}
2525

2626
static void changeTurretSkin(const std::int32_t skinId, const std::int32_t team) noexcept

R3nzSkin_Injector/R3nzUI.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ namespace R3nzSkinInjector {
301301
this->copyrightLabel->Size = Drawing::Size(207, 14);
302302
this->copyrightLabel->TabIndex = 11;
303303
this->copyrightLabel->TabStop = true;
304-
this->copyrightLabel->Text = L"Copyright (c) 2021-2023 R3nzTheCodeGOD";
304+
this->copyrightLabel->Text = L"Copyright (c) 2021-2024 R3nzTheCodeGOD";
305305
this->copyrightLabel->TextAlign = ContentAlignment::MiddleCenter;
306306
this->copyrightLabel->LinkClicked += gcnew LinkLabelLinkClickedEventHandler(this, &R3nzUI::copyrightLabel_LinkClicked);
307307
//

0 commit comments

Comments
 (0)