Skip to content

Commit

Permalink
Clarify a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoureaux committed Feb 15, 2022
1 parent c989d63 commit 4aca5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/connectdlg_common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ bool client_start_server(const QString &user_name)
return false;
}

// Unique name for this game
// Generate a (random) unique name for the local socket
auto uuid = QUuid::createUuid().toString(QUuid::WithoutBraces);

ruleset = QString::fromUtf8(tileset_what_ruleset(tileset));
Expand Down

0 comments on commit 4aca5f7

Please sign in to comment.