Skip to content

Commit d7c2d21

Browse files
Merge pull request #72 from Shxde1/main
2 parents d85b9a9 + 908528a commit d7c2d21

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

x64/auth.hpp

+5-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@ namespace KeyAuth {
1515
public:
1616

1717
std::string name, ownerid, version, url, path;
18-
19-
api(std::string name, std::string ownerid, std::string version, std::string url, std::string path) : name(name), ownerid(ownerid), version(version), url(url), path(path) {}
18+
static bool debug;
19+
20+
api(std::string name, std::string ownerid, std::string version, std::string url, std::string path, bool debug = true) {
21+
debug = debug;
22+
}
2023

2124
void ban(std::string reason = "");
2225
void init();

x64/library_x64.lib

332 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)