mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2026-04-23 21:28:57 -05:00
format codebase
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
#include "NjhubLavaPlayerDeathTrigger.h"
|
||||
#include "Entity.h"
|
||||
|
||||
void NjhubLavaPlayerDeathTrigger::OnCollisionPhantom(Entity *self, Entity *target)
|
||||
{
|
||||
if (!target->IsPlayer())
|
||||
return;
|
||||
void NjhubLavaPlayerDeathTrigger::OnCollisionPhantom(Entity* self, Entity* target) {
|
||||
if (!target->IsPlayer())
|
||||
return;
|
||||
|
||||
target->Smash(self->GetObjectID(), VIOLENT, u"drown");
|
||||
target->Smash(self->GetObjectID(), VIOLENT, u"drown");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user