small bugfix

This commit is contained in:
kremsy
2014-05-01 17:35:04 +02:00
committed by Steffen Schröder
parent 8a193fe7ee
commit c4f3cad350
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -211,5 +211,4 @@ class Player {
$this->autoTarget = (bool)(intval($spectatorStatus / 1000) % 10);
$this->currentTargetId = intval($spectatorStatus / 10000);
}
}