From d3f2718341e1d927d84b17966c2f4f8b5555e91f Mon Sep 17 00:00:00 2001 From: Larsluph Date: Fri, 11 Feb 2022 22:55:50 +0100 Subject: [PATCH] Revert "minor workdir cleanup" This reverts commit 401b464798671da4d534cc005993f7ffa1ba22f1. --- RocketStats/RocketStats.cpp | 2 -- RocketStats/RocketStats.log | 1 + RocketStats_Rank.txt | 1 + boost.html | 43 +++++++++++++++++++++++++++++++++++++ 4 files changed, 45 insertions(+), 2 deletions(-) create mode 100644 RocketStats/RocketStats.log create mode 100644 RocketStats_Rank.txt create mode 100644 boost.html diff --git a/RocketStats/RocketStats.cpp b/RocketStats/RocketStats.cpp index b1ea34d4..6c501482 100644 --- a/RocketStats/RocketStats.cpp +++ b/RocketStats/RocketStats.cpp @@ -350,7 +350,6 @@ void RocketStats::ResetStats() #pragma region BoostMgmt void RocketStats::OnBoostStart(std::string eventName) { - cvarManager->log("boostStart"); // Check if boost enabled in options bool IsBoostEnabled = cvarManager->getCvar("RocketStats_stop_boost").getBoolValue(); if (!IsBoostEnabled || gameWrapper->IsInReplay() || isBoosting) @@ -374,7 +373,6 @@ void RocketStats::OnBoostStart(std::string eventName) void RocketStats::OnBoostEnd(std::string eventName) { - cvarManager->log("boostEnd"); // Check if boost enabled in options bool IsBoostEnabled = cvarManager->getCvar("RocketStats_stop_boost").getBoolValue(); if (!IsBoostEnabled || gameWrapper->IsInReplay() || !isBoosting) diff --git a/RocketStats/RocketStats.log b/RocketStats/RocketStats.log new file mode 100644 index 00000000..a19c659f --- /dev/null +++ b/RocketStats/RocketStats.log @@ -0,0 +1 @@ +G:\Depot_RocketStats\RocketStatsNuSa\RocketStatsNuSa.vcxproj(28,3): error MSB4019: le projet importé "H:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.Cpp.Default.props" est introuvable. Vérifiez que l'expression de la déclaration Import "H:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\\Microsoft.Cpp.Default.props" est correcte et que le fichier existe sur le disque. diff --git a/RocketStats_Rank.txt b/RocketStats_Rank.txt new file mode 100644 index 00000000..45c9e10c --- /dev/null +++ b/RocketStats_Rank.txt @@ -0,0 +1 @@ +Silver_III \ No newline at end of file diff --git a/boost.html b/boost.html new file mode 100644 index 00000000..482516e8 --- /dev/null +++ b/boost.html @@ -0,0 +1,43 @@ + + + + + + + RocketStats + + + + + + + \ No newline at end of file