You were right..
I had to remove a
in CDPSrvr::OnTeleportPlayer AND CDPSrvr::OnSummonPlayer
Do I have any security holes now
EDIT:
Just go into
MoverSkill.cpp and search for:
Code:
g_DPCoreClient.SendTeleportPlayer( m_idPlayer, idCouple );
Change it to:
Code:
( (CUser*)this )->REPLACE( g_uIdofMulti, pUser->GetWorld()->GetID(), pUser->GetPos(), REPLACE_FORCE, pUser->GetLayer() );