fabric-community / the-hallow

Fabric Community mod for Hacktoberfest!
MIT License
14 stars 19 forks source link

fix crash-on-launch on dedicated servers #191

Closed TwilightFlower closed 4 years ago

TwilightFlower commented 4 years ago

Whoops. Apparently Vector3f.getDegreesQuaternion is client-only and I didn't realize it. Thankfully this only affected two places, as every other use of it was in client code anyway. Dedicated server should launch now, and from a cursory check nothing seems to crash.