InfinityStudio / GokiStats

GokiStats, a Minecraft mod, RPG
GNU General Public License v3.0
25 stars 12 forks source link

addMaxHealth() crashes server #82

Closed Daripher closed 2 years ago

Daripher commented 2 years ago

IAttributeInstance.removeAllModifiers() is a client-side only method, and it is being used on a server side.

Daripher commented 2 years ago

Happens on a latest 1.12.2 version