ArkoSammy12 / creeper-healing

A server and client side, customizable Fabric mod to automatically and naturally heal Creeper explosions (and other kinds of explosions!).
GNU Lesser General Public License v2.1
2 stars 1 forks source link

Stop server-side logic from running on the client in ExplosionMixin.java #16

Closed StellarWitch7 closed 2 months ago

StellarWitch7 commented 2 months ago

Prevents a client disconnect that was happening due to the client attempting to engage with server-only logic.