mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-25 06:57:28 +00:00
remove logs
This commit is contained in:
parent
f727e3951c
commit
4c3949e5d8
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user