From 33b69525e03884a0d0fe09cc20ee9e906fb0f84c Mon Sep 17 00:00:00 2001 From: Dennis Andersen Date: Fri, 31 Jan 2014 22:53:33 +0100 Subject: [PATCH] GameServer - 1 file was missed on commit... --- Code/Game/GameServer/Implementation/GameSession_Gameplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Game/GameServer/Implementation/GameSession_Gameplay.cpp b/Code/Game/GameServer/Implementation/GameSession_Gameplay.cpp index c8594074..64a4a039 100644 --- a/Code/Game/GameServer/Implementation/GameSession_Gameplay.cpp +++ b/Code/Game/GameServer/Implementation/GameSession_Gameplay.cpp @@ -94,7 +94,7 @@ namespace DanBias Oyster::Math::Float4x4 world = temp->GetOrientation(); Protocol_ObjectPosition p(world, id); - GameSession::gameSession->Send(*p.GetProtocol()); + GameSession::gameSession->Send(p.GetProtocol()); } if(dynamic_cast(movedObject))