fixed cubemain big problems, some remain. tcex saves now

This commit is contained in:
Hash Borgir
2023-08-18 18:16:55 -06:00
parent a60492e230
commit ab78848845
3 changed files with 68 additions and 67 deletions

View File

@@ -41,7 +41,7 @@ if ($result) {
echo "Failed to update! Error: " . $db->lastErrorMsg();
}
$tsvFilePath = $_SESSION['path'] . "/TreasureClassEx.txt";
// Open the file for writing
$fileHandle = fopen($tsvFilePath, 'w');