[Network] Clear callbacks after being used once (save memory) (#441)

This commit is contained in:
Edo 2022-08-18 12:10:22 +02:00 committed by GitHub
parent ed617dc879
commit 6c571f734b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -226,6 +226,7 @@ namespace Components
void Network::NetworkStart()
{
Network::StartupSignal();
Network::StartupSignal.clear();
}
unsigned short Network::GetPort()