mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2024-11-30 04:26:03 +00:00
ZyEl cubemain too big, parse using .import
This commit is contained in:
parent
c45f35076b
commit
cca6cebffd
@ -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){
|
||||||
|
Loading…
Reference in New Issue
Block a user