Skip to content

Commit

Permalink
reset default ID to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
lionkor committed Jan 9, 2024
1 parent 023e968 commit 4228e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TNetwork.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ void TNetwork::OnDisconnect(const std::weak_ptr<TClient>& ClientPtr) {
}

int TNetwork::OpenID() {
int ID = 10;
int ID = 0;
bool found;
do {
found = true;
Expand Down

0 comments on commit 4228e18

Please sign in to comment.