]> git.lizzy.rs Git - minetest.git/commit
Server-side authority for attached players (#10952)
authorSmallJoker <SmallJoker@users.noreply.github.com>
Mon, 15 Feb 2021 19:41:19 +0000 (20:41 +0100)
committerGitHub <noreply@github.com>
Mon, 15 Feb 2021 19:41:19 +0000 (20:41 +0100)
commit7832b6843e73410e15677d1324d582b4b7c7e824
tree2b7ab359ecb16a43e37dffdbf591d8a930ec0235
parentf018737b0646e0961a46a74765945d6039e47b88
Server-side authority for attached players (#10952)

The server must have authority about attachments. This commit ignores any player movement packets as long they're attached.
src/network/serverpackethandler.cpp
src/server/luaentity_sao.cpp
src/server/player_sao.cpp