From 8a22355ba7b0fd176e4cd1566f5dfaa8a75e49be Mon Sep 17 00:00:00 2001 From: Cvolton Date: Tue, 9 Jan 2024 21:50:21 +0100 Subject: [PATCH] comment out playlayer for now (bindings are wrong) --- src/hooks/PlayLayer.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/hooks/PlayLayer.cpp b/src/hooks/PlayLayer.cpp index 3bf519e..f9e7bad 100644 --- a/src/hooks/PlayLayer.cpp +++ b/src/hooks/PlayLayer.cpp @@ -12,7 +12,7 @@ class $modify(BIPlayLayer, PlayLayer) { inline static bool needsReset = false; - void levelComplete(){ + /*void levelComplete(){ PlayLayer::levelComplete(); auto stats = BetterInfoStats::sharedState(); @@ -55,7 +55,7 @@ class $modify(BIPlayLayer, PlayLayer) { .y = player->m_position.y, .rotation = player->getRotation() });*/ - } + /*} void resetLevel(){ needsReset = false; @@ -64,5 +64,5 @@ class $modify(BIPlayLayer, PlayLayer) { auto stats = BetterInfoStats::sharedState(); stats->logAttempt(this->m_level, this->m_isPracticeMode); - } + }*/ }; \ No newline at end of file