mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-04-26 16:46:31 +00:00
Update MasterServer.cpp
This commit is contained in:
parent
890907922c
commit
4b6c22d282
@ -211,7 +211,8 @@ int main(int argc, char** argv) {
|
||||
if (createAccount) {
|
||||
LOG("No accounts exist in the database. Please create an account.");
|
||||
}
|
||||
if (true) {
|
||||
if ((argc > 1 &&
|
||||
(strcmp(argv[1], "-a") == 0 || strcmp(argv[1], "--account") == 0)) || createAccount) {
|
||||
std::string username;
|
||||
std::string password;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user