mirror of
https://github.com/Squareville/wonderland-server.git
synced 2025-12-30 16:30:14 -06: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")
|
||||
{
|
||||
//spawner->Reset();
|
||||
spawner->Reset();
|
||||
}
|
||||
|
||||
spawner->Activate();
|
||||
|
||||
Reference in New Issue
Block a user