This commit is contained in:
MarcEricMartel
2023-12-16 15:11:48 -05:00
parent ba6b383251
commit 745f40bc37
2 changed files with 4 additions and 7 deletions

View File

@@ -391,9 +391,6 @@ void Server::Run() {
for (auto& bull: bullit)
bullets.erase(bull);
if (!bullets.empty())
bullets.clear();
if (!bullit.empty())
bullit.clear();