JackNoordhuis / PocketMine-Plugins

A bunch of PocketMine plugins that aren't useful enough for their own repo
13 stars 21 forks source link

Fixed Dupe Glitch #5

Closed davidgamingzz closed 6 years ago

davidgamingzz commented 6 years ago

Fixed the dupe glitch with CombatLogger. Replaced with $player->kill(); with $player->setHealth(0); because kill() is buggy asf.

JackNoordhuis commented 6 years ago

Yeah, nah. If you want you server to break even more feel free to use this.