ZyEl cubemain too big, parse using .import

This commit is contained in:
color.diff=auto 2021-03-27 03:44:26 -06:00
parent c45f35076b
commit cca6cebffd

View File

@ -25,8 +25,7 @@ class D2Files {
public function __construct() {
$filesToIgnore = [
"AiParms.txt",
"CubeMain.txt"
"AiParms.txt"
];
$glob = glob($_SESSION['path'].'*.txt');
foreach ($glob as $g){