reset default ID to 0

This commit is contained in:
Lion Kortlepel 2024-01-08 17:37:29 +01:00 committed by Lion
parent 023e968302
commit 4228e18c90

View File

@ -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;