small bugfix

This commit is contained in:
kremsy
2014-01-23 17:47:21 +01:00
committed by Steffen Schröder
parent 8a193fe7ee
commit c4f3cad350
2 changed files with 1 additions and 2 deletions

View File

@ -211,5 +211,4 @@ class Player {
$this->autoTarget = (bool)(intval($spectatorStatus / 1000) % 10);
$this->currentTargetId = intval($spectatorStatus / 10000);
}
}