This commit is contained in:
Spartan322
2025-02-21 23:27:43 -05:00
283 changed files with 80699 additions and 11854 deletions

View File

@@ -303,6 +303,7 @@ void ENetMultiplayerPeer::close() {
}
for (KeyValue<int, Ref<ENetConnection>> &E : hosts) {
E.value->flush();
E.value->destroy();
}
active_mode = MODE_NONE;