We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26599ec commit d44732cCopy full SHA for d44732c
1 file changed
src/main.cpp
@@ -4,6 +4,7 @@ using namespace geode::prelude;
4
5
#include <Geode/modify/GJAccountManager.hpp>
6
class $modify(GJAccountManager) {
7
+ $override
8
void handleIt(bool _requestSentSuccessfully, std::string _response, std::string _tag, GJHttpType _httpType) {
9
switch(_httpType) {
10
case GJHttpType::GetAccountBackupURL:
0 commit comments