Skip to content
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.

WoolBattle v1.2.1

Compare
Choose a tag to compare
@Fludixx Fludixx released this 10 Jul 10:34
· 25 commits to master since this release
ef3b963

Elo is now being generated with mt_rand (using Mersenne Twister Random Number Generator) and is using now the following seed:

bcmul(microtime(), abs(ip2long($player->getAddress())), 2);

Also, I removed PlayerMoveEvent and added a Repeating task, which should increase performance!