mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-13 08:24:24 -05:00
ZyEl cubemain too big, parse using .import
This commit is contained in:
@@ -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){
|
||||
|
Reference in New Issue
Block a user