[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

View File

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