Skip to content

Commit

Permalink
Update dMasterServer/MasterServer.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Seiler <[email protected]>
  • Loading branch information
EmosewaMC and Xiphoseer authored Jul 2, 2024
1 parent 9a90f75 commit 87ff255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dMasterServer/MasterServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ int main(int argc, char** argv) {

const auto checkIsAdmin = []() {
std::string admin;
std::cout << "What level of privilege should this account have? Please enter a number between 0 and 9 inclusive. No entry will default to 0." << std::endl;
std::cout << "What level of privilege should this account have? Please enter a number between 0 (Player) and 9 (Admin) inclusive. No entry will default to 0." << std::endl;
std::cin >> admin;
return admin;
};
Expand Down

0 comments on commit 87ff255

Please sign in to comment.