mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-20 06:18:11 +00:00
format codebase
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#include "NjEarthPetServer.h"
|
||||
#include "PetComponent.h"
|
||||
|
||||
void NjEarthPetServer::OnStartup(Entity *self) {
|
||||
auto* petComponent = self->GetComponent<PetComponent>();
|
||||
if (petComponent == nullptr || petComponent->GetOwnerId() != LWOOBJID_EMPTY)
|
||||
return;
|
||||
void NjEarthPetServer::OnStartup(Entity* self) {
|
||||
auto* petComponent = self->GetComponent<PetComponent>();
|
||||
if (petComponent == nullptr || petComponent->GetOwnerId() != LWOOBJID_EMPTY)
|
||||
return;
|
||||
|
||||
// Removes the chocolate bars
|
||||
petComponent->SetPreconditions(const_cast<std::string &>(m_Precondition));
|
||||
PetFromObjectServer::OnStartup(self);
|
||||
// Removes the chocolate bars
|
||||
petComponent->SetPreconditions(const_cast<std::string&>(m_Precondition));
|
||||
PetFromObjectServer::OnStartup(self);
|
||||
}
|
||||
|
Reference in New Issue
Block a user