fix MP.GetPositionRaw

This commit is contained in:
Lion Kortlepel
2024-01-08 17:21:33 +01:00
committed by Lion
parent 0166e488d0
commit a4eb10b6a4
4 changed files with 22 additions and 26 deletions
+1 -1
View File
@@ -612,7 +612,7 @@ void TNetwork::OnDisconnect(const std::weak_ptr<TClient>& ClientPtr) {
}
int TNetwork::OpenID() {
int ID = 0;
int ID = 10;
bool found;
do {
found = true;