mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-16 13:08:31 +00:00
format codebase
This commit is contained in:
@@ -2,15 +2,13 @@
|
||||
#include "Darkitect.h"
|
||||
#include "MissionComponent.h"
|
||||
|
||||
void NtDarkitectRevealServer::OnUse(Entity* self, Entity* user)
|
||||
{
|
||||
void NtDarkitectRevealServer::OnUse(Entity* self, Entity* user) {
|
||||
Darkitect Baron;
|
||||
Baron.Reveal(self, user);
|
||||
|
||||
auto* missionComponent = user->GetComponent<MissionComponent>();
|
||||
|
||||
if (missionComponent != nullptr)
|
||||
{
|
||||
if (missionComponent != nullptr) {
|
||||
missionComponent->ForceProgressTaskType(1344, 1, 14293);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user