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
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")
{
//spawner->Reset();
spawner->SoftReset();
}
spawner->Activate();