PaperMC/paper-server/patches/sources/net/minecraft/server/network
Spottedleaf 4c32788db0 Prevent position desync causing tp exploit
Caused the server to revert to the player's overworld coordinates
after teleporting into the end.

Sidenote: The underlying issue is that the move call can teleport
entities and do other things like kill the entity. In the future,
to fix all exploits derieved from this usually unexpected
behaviour, we need to move all of this dangerous logic outside
of the move call and into an appropriate place in the tick method.
2020-06-12 16:51:39 -07:00
..
LegacyQueryHandler.java.patch Call PaperServerListPingEvent for legacy pings 2017-10-11 19:30:51 +02:00
ServerCommonPacketListenerImpl.java.patch Fix CB call to changed postToMainThread method 2019-05-10 18:38:19 +01:00
ServerConfigurationPacketListenerImpl.java.patch misc debugging dumps 2021-02-18 20:23:28 +00:00
ServerConnectionListener.java.patch Avoid blocking on Network Manager creation 2016-05-16 23:19:16 -04:00
ServerGamePacketListenerImpl.java.patch Prevent position desync causing tp exploit 2020-06-12 16:51:39 -07:00
ServerHandshakePacketListenerImpl.java.patch Configurable connection throttle kick message 2018-10-02 09:57:50 +01:00
ServerLoginPacketListenerImpl.java.patch Add PlayerConnectionCloseEvent 2018-10-07 12:05:28 -07:00
ServerStatusPacketListenerImpl.java.patch Implement extended PaperServerListPingEvent 2017-10-11 15:56:26 +02:00