Skip to content

Commit

Permalink
Merge pull request #144 from UwUClub/dev
Browse files Browse the repository at this point in the history
Fix remote connection to server
  • Loading branch information
Beafowl-Pull authored Jun 22, 2023
2 parents e3b7992 + 2662d16 commit 40614a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/cli/ParserData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace Zappy::GUI {
_port = static_cast<unsigned int>(std::stoi(optarg));
break;
case 'h':
_clientName = optarg;
_address = optarg;
break;
default:
throw ParserException("Invalid argument");
Expand Down

0 comments on commit 40614a0

Please sign in to comment.