mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-13 16:34:23 -05:00
ZyEl cubemain too big, parse using .import
This commit is contained in:
@@ -25,8 +25,7 @@ class D2Files {
|
|||||||
|
|
||||||
public function __construct() {
|
public function __construct() {
|
||||||
$filesToIgnore = [
|
$filesToIgnore = [
|
||||||
"AiParms.txt",
|
"AiParms.txt"
|
||||||
"CubeMain.txt"
|
|
||||||
];
|
];
|
||||||
$glob = glob($_SESSION['path'].'*.txt');
|
$glob = glob($_SESSION['path'].'*.txt');
|
||||||
foreach ($glob as $g){
|
foreach ($glob as $g){
|
||||||
|
Reference in New Issue
Block a user