mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-09-06 07:18:42 +00:00
Crux Prime named enemy fix
Fixed an issue where named enemies on crux prime would no longer spawn by un-commenting a line that was commented out.
This commit is contained in:
@@ -91,7 +91,7 @@ void BaseRandomServer::SetSpawnerNetwork(Entity* self, const std::string& spawne
|
|||||||
|
|
||||||
if (spawnerName == "Named_Enemies")
|
if (spawnerName == "Named_Enemies")
|
||||||
{
|
{
|
||||||
//spawner->Reset();
|
spawner->Reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
spawner->Activate();
|
spawner->Activate();
|
||||||
|
Reference in New Issue
Block a user