- PHP7.1 fixes

This commit is contained in:
Exodus4D
2017-02-24 20:38:32 +01:00
parent 73b46a2358
commit fb1a99dc82

View File

@@ -130,7 +130,7 @@ class MapUpdate implements MessageComponentInterface {
if(
$token && $this->healthCheckToken &&
$token === $this->healthCheckToken
(int)$token === (int)$this->healthCheckToken
){
$isValid = 1;
}