Merge pull request #254 from EmosewaMC/Crux-Prime-Enemy-Fix

This commit is contained in:
Wincent Holm 2021-12-19 08:43:24 +01:00 committed by GitHub
commit 46149b19f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -91,7 +91,7 @@ void BaseRandomServer::SetSpawnerNetwork(Entity* self, const std::string& spawne
if (spawnerName == "Named_Enemies") if (spawnerName == "Named_Enemies")
{ {
//spawner->Reset(); spawner->SoftReset();
} }
spawner->Activate(); spawner->Activate();