MineMaarten / PneumaticCraft

PneumaticCraft source
Other
84 stars 50 forks source link

Using NULL as UUID for the drone's GameProfile is a HORRIBLE idea. #835

Open dries007 opened 8 years ago

dries007 commented 8 years ago

Here is the result: http://pastebin.com/raw/khEAJzjx

Please use a common fallback value if there is no UUID saved (of if the player is offline).

Also, you don't use forge's common FakePlayer class, which you should for various reasons (Then this wouldn't be that big of an issue.)

deusversus commented 7 years ago

Wish this would ever be addressed.

ArukaAlter commented 7 years ago

The mod isn't being worked on anymore.

deusversus commented 7 years ago

That's what wishing is for. It's okay, I managed to use the src to "fix" the null issue, but I'm not skilled enough to make it use forges fakeplayer class. Guess if I could find some forge documentation...