Fix for TFS 1.4.2 where conditions is NULL

This commit is contained in:
slawkens 2024-12-29 15:38:02 +01:00
parent e09fe51774
commit 5a68d204bb

View File

@ -1745,11 +1745,6 @@ class OTS_Player extends OTS_Row_DAO
*/
public function getConditions()
{
if( !isset($this->data['conditions']) )
{
throw new E_OTS_NotLoaded();
}
return $this->data['conditions'];
}