skyboy / MineFactoryReloaded

104 stars 75 forks source link

Prevent SafariNet Entity Duplication #434

Closed Radviger closed 9 years ago

Radviger commented 9 years ago

Hello, @skyboy. I've found an entity duplication glitch with safari net, when two players in one time clicks at entity and then they got a two copy of it. To prevent this i did small fix in ItemSafariNet.java that checks if entity is already dead (isDead) and it works! Can you include this fix into mod by default?