Huge command system overhaul

This commit is contained in:
Vortrex
2020-12-13 14:44:14 -06:00
parent f97775760b
commit 2ef292d799
19 changed files with 145 additions and 1587 deletions

View File

@@ -14,12 +14,6 @@ function initItemScript() {
// ---------------------------------------------------------------------------
function addItemCommandHandlers() {
return true;
}
// ---------------------------------------------------------------------------
function loadItemsFromDatabase() {
let tempItems = [];
let dbConnection = connectToDatabase();