Skip to content

Commit

Permalink
dumped new version
Browse files Browse the repository at this point in the history
  • Loading branch information
knoxfighter committed Mar 21, 2024
1 parent c9a2f4d commit 23d9b01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions killproof_me/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ uintptr_t mod_imgui(uint32_t not_charsel_or_loading) {
LinkedMem* linkedMem = static_cast<LinkedMem*>(mapViewOfMumbleFile);
uint32_t mapId = linkedMem->getMumbleContext()->mapId;

ARC_LOG(std::format("current mapId: {}", mapId).c_str());

const auto& setup = mapIdToColumnSetup.find(mapId);
if (setup == mapIdToColumnSetup.end()) {
KillproofUI::instance().GetTable()->ResetSpecificColumnSetup();
Expand Down
10 changes: 5 additions & 5 deletions killproof_me/killproof_me.rc
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,11,0,0
PRODUCTVERSION 2,11,0,0
FILEVERSION 2,12,0,0
PRODUCTVERSION 2,12,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -41,12 +41,12 @@ BEGIN
BEGIN
BLOCK "000004b0"
BEGIN
VALUE "FileVersion", "2.11.0.0"
VALUE "FileVersion", "2.12.0.0"
VALUE "InternalName", "d3d9_arcdps_killproof_me.dll"
VALUE "LegalCopyright", "Copyright (C) 2021"
VALUE "LegalCopyright", "Copyright (C) 2024"
VALUE "OriginalFilename", "d3d9_arcdps_killproof_me.dll"
VALUE "ProductName", "killproof.me-plugin"
VALUE "ProductVersion", "2.11.0.0"
VALUE "ProductVersion", "2.12.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 23d9b01

Please sign in to comment.