mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-09 20:24:16 +00:00
remove logs
This commit is contained in:
@@ -36,7 +36,6 @@ void VanityUtilities::SpawnVanity() {
|
|||||||
for (auto& npc : m_NPCs) {
|
for (auto& npc : m_NPCs) {
|
||||||
if (npc.m_ID == LWOOBJID_EMPTY) continue;
|
if (npc.m_ID == LWOOBJID_EMPTY) continue;
|
||||||
if (npc.m_LOT == 176){
|
if (npc.m_LOT == 176){
|
||||||
LOG("Removing spawner %llu", npc.m_ID);
|
|
||||||
Game::zoneManager->RemoveSpawner(npc.m_ID);
|
Game::zoneManager->RemoveSpawner(npc.m_ID);
|
||||||
} else{
|
} else{
|
||||||
auto* entity = Game::entityManager->GetEntity(npc.m_ID);
|
auto* entity = Game::entityManager->GetEntity(npc.m_ID);
|
||||||
@@ -194,7 +193,6 @@ LWOOBJID VanityUtilities::SpawnSpawner(LOT lot, const NiPoint3& position, const
|
|||||||
obj.rotation = rotation;
|
obj.rotation = rotation;
|
||||||
obj.settings = ldf;
|
obj.settings = ldf;
|
||||||
Level::MakeSpawner(obj);
|
Level::MakeSpawner(obj);
|
||||||
LOG("created spawner %llu", obj.id);
|
|
||||||
return obj.id;
|
return obj.id;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user