mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-25 15:57:41 +01:00
Tournament::getbinarydata returning null
This commit is contained in:
parent
c61876c87e
commit
ae8121959e
@ -1325,8 +1325,11 @@ class Tournament
|
|||||||
*/
|
*/
|
||||||
public function getBinaryData(string $Key)
|
public function getBinaryData(string $Key)
|
||||||
{
|
{
|
||||||
|
if (isset($this->BinaryData[$Key])) {
|
||||||
return $this->BinaryData[$Key];
|
return $this->BinaryData[$Key];
|
||||||
}
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets binary data that is read out the pairing file but is not needed immediately
|
* Sets binary data that is read out the pairing file but is not needed immediately
|
||||||
|
Loading…
Reference in New Issue
Block a user