Chicken-Bones / CodeChickenLib

GNU Lesser General Public License v2.1
65 stars 51 forks source link

NPE Bugfix #54

Open KaiKikuchi opened 8 years ago

KaiKikuchi commented 8 years ago

https://github.com/Chicken-Bones/EnderStorage/issues/65

Chicken-Bones commented 8 years ago

I'm always wary of fixes like this, because they break other guarantees. When the server calls sendToPlayer there's a guarantee that the client will either receive the packet, or disconnect.

Could you provide any info around the circumstances for a Player's playerNetServerHandler being null?