updated statisticcollector

This commit is contained in:
kremsy
2017-03-31 22:07:00 +02:00
parent 7b6c6af73e
commit bd5e4b922e
3 changed files with 154 additions and 39 deletions

View File

@ -72,7 +72,7 @@ class OnHitNearMissArmorEmptyBaseStructure extends BaseStructure {
* @return int
*/
public function getWeapon() {
return $this->weapon;
return intval($this->weapon);
}
/**