Skip to content

Commit 8504b6d

Browse files
authored
Update auth.hpp
1 parent b104d3f commit 8504b6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x64/auth.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ namespace KeyAuth {
1717
std::string name, ownerid, version, url, path;
1818
static bool debug;
1919

20-
api(std::string name, std::string ownerid, std::string version, std::string url, std::string path, bool debugParameter)
20+
api(std::string name, std::string ownerid, std::string version, std::string url, std::string path, bool debugParameter = false)
2121
: name(name), ownerid(ownerid), version(version), url(url), path(path)
2222
{
23-
setDebug(debugParameter)
23+
setDebug(debugParameter);
2424
}
2525

2626
void ban(std::string reason = "");

0 commit comments

Comments
 (0)