SQC-15_online #1

Merged
memartel_loc merged 349 commits from SQC-15_online into master 2023-12-10 17:41:26 -05:00
Showing only changes of commit f22c405915 - Show all commits

View File

@ -100,7 +100,7 @@ void Connection::Run(World* world) {
in.keys.right,
in.keys.jump, false, el), world, el);
out.position = player.get()->GetPosition();
out.position = player.get()->GetPositionAbs();
out.direction = in.direction;
out.timestamp = in.timestamp;
out.id = m_playinfo.id;