Set directoryAccessChecked to null to enable a GReplay being sent
This commit is contained in:
parent
849e781208
commit
264698ce64
@ -31,7 +31,7 @@ class DedimaniaData {
|
|||||||
public $records = array();
|
public $records = array();
|
||||||
/** @var DedimaniaPlayer[] $players */
|
/** @var DedimaniaPlayer[] $players */
|
||||||
public $players = array();
|
public $players = array();
|
||||||
public $directoryAccessChecked = false;
|
public $directoryAccessChecked = null;
|
||||||
public $serverMaxRank = 30;
|
public $serverMaxRank = 30;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user