Reserved metadata moved from metadata sub array

This commit is contained in:
Alf Magne Kalleland
2013-02-06 23:31:04 +01:00
parent 1b229275b9
commit c6782583fc
4 changed files with 14 additions and 27 deletions

View File

@@ -1384,5 +1384,4 @@ class FenParser0x88
}
return $fen . " ". $this->getColorCode(). " ". $this->getCastle()." ". $this->fenParts['enPassant']." ". $this->getHalfMoves()." ". $this->getFullMoves();
}
}