Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/dev' into feat/game
Browse files Browse the repository at this point in the history
  • Loading branch information
EnzoGrn committed Jan 9, 2024
2 parents 97fe33a + 82a1cfd commit 6f79cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/src/Layer/RTypeLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ namespace RType {
ApplicationCommandLineArgs commandLine = Application::Get().GetSpecification().CommandLineArgs;

// TODO: Temp port ./r-type_client {port} {ip} {port}
int port = 8083; // Default port
int port = 8082; // Default port
if (commandLine.Count > 3) {
port = std::stoi(commandLine[3]);

Expand Down

0 comments on commit 6f79cf7

Please sign in to comment.