mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-25 06:57:28 +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:
parent
f816ce4beb
commit
8dd376ae1e
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user