This commit is contained in:
2026-03-27 02:48:56 +02:00
parent f0cb6d0b7c
commit 8098ab8906

View File

@@ -570,6 +570,10 @@ void ServerSideNetworkHandler::handle(const RakNet::RakNetGUID& source, WantCrea
} }
} }
if (checkForExists.empty()) {
return;
}
for (int i = 0; i < items.size(); i++) { for (int i = 0; i < items.size(); i++) {
auto item = items.at(i); auto item = items.at(i);