Make Debug Great Again

This commit is contained in:
MarcEricMartel
2023-12-06 12:08:44 -05:00
parent 6c7369a8be
commit 4841e8d5ba
2 changed files with 5 additions and 5 deletions

View File

@@ -334,11 +334,11 @@ void Server::Run() {
delete chmo;
}
for (auto& bull : outbox_bullets)
delete bull;
//for (auto& bull : outbox_bullets)
//delete bull;
for (auto& bull : netbull)
delete bull;
//for (auto& bull : netbull)
//delete bull;
outbox_bullets.clear();
netbull.clear();