CrumbleWorks / aTFC

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Make sure to exec code on correct side #102

Open dotSp0T opened 3 years ago

dotSp0T commented 3 years ago

Go through all events, etc. and make sure that code making use of Minecraft.getInstance() is always executed on Util.isServerWorld(...) == false, and all other code is always executed on the server (to prevent desynchronization..)