pocketmine\Server::shouldSavePlayerData PHP Method

shouldSavePlayerData() public method

public shouldSavePlayerData ( ) : boolean
return boolean
    public function shouldSavePlayerData() : bool
    {
        return (bool) $this->getProperty("player.save-player-data", true);
    }
Server