QuentinGruber / h1z1-server

Library used to emulate h1z1 game servers
https://h1emu.com
GNU General Public License v3.0
94 stars 53 forks source link

fix for dew collector not working #2039

Closed Nikolassparrow closed 5 months ago

Nikolassparrow commented 5 months ago

Was reported by [GER]Frank on discord.

Was a slight oversight from #2006. This PR just adds a check to see if the entity is a bee box, if so to proceed with that set of checks and if not to proceed with the rest of the code.

Also noticed some typos for documentation in the SmeltingManager class so fixed that up to :D