1
0

Send respawn packet by default (#4540)

This commit is contained in:
Mat
2020-03-24 16:54:12 +02:00
committed by GitHub
parent 746160c1e5
commit 782619e3f8
4 changed files with 5 additions and 5 deletions

View File

@@ -296,7 +296,7 @@ void cNetherPortalScanner::OnDisabled(void)
}
FLOGD("Placing player at {0}", Position);
m_Entity->MoveToWorld(m_World, Position, true);
m_Entity->MoveToWorld(m_World, Position, true, false);
delete this;
}