mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-16 04:58:32 +00:00
Everything done, now to test
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include "User.h"
|
||||
#include "Character.h"
|
||||
#include "dChatFilter.h"
|
||||
#include "ChatPackets.h"
|
||||
|
||||
namespace WorldPackets {
|
||||
|
||||
@@ -154,7 +155,7 @@ namespace WorldPackets {
|
||||
|
||||
void PositionUpdate::Handle() {
|
||||
Entity* entity = Game::entityManager->GetEntity(objectID);
|
||||
if (entity) entity->ProcessPositionUpdate(positionUpdate);
|
||||
if (entity) entity->ProcessPositionUpdate(*this);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user