Minecraft-Technocracy / Technocracy

Absolutely excessive tech mod for minecraft
GNU Lesser General Public License v2.1
8 stars 7 forks source link

Missing range check on TE configuration packets #54

Closed Cydhra closed 4 years ago

Cydhra commented 4 years ago

The client can freely send configuration for any TileEntity of this mod without restrictions. At least a range check should be implemented. If we go the extra mile, we can implement a check, if the GUI is actually open. This would ease work for people who write mods to control access to certain areas for non-cooperative multiplayer (like Essentials for bukkit etc)