Clean up based on static analyzer suggestions

This commit is contained in:
SDraw 2024-10-07 12:08:35 +03:00
parent a7f4c96748
commit ecba461845
No known key found for this signature in database
GPG key ID: BB95B4DAB2BB8BB5
39 changed files with 165 additions and 146 deletions

View file

@ -52,9 +52,9 @@ namespace ml_dht
return;
}
DontDestroyOnLoad(this);
ms_instance = this;
DontDestroyOnLoad(this);
m_dataParser = new DataParser();
}