Lots of stuff

This commit is contained in:
Vortrex
2020-12-11 01:51:55 -06:00
parent ecc495de5c
commit fbaafa6c0c
67 changed files with 5755 additions and 4208 deletions

View File

@@ -8,6 +8,8 @@
// TYPE: Server (JavaScript)
// ===========================================================================
// This system will probably be removed at some point.
function initFactionScript() {
console.log("[Asshat.Faction]: Initializing faction script ...");
addFactionCommandHandlers();
@@ -52,7 +54,7 @@ function loadFactionsFromDatabase() {
dbConnection.close();
}
console.log("[Asshat.Faction]: " + String(tempFactions.length) + " factions loaded from database successfully!");
console.log("[Asshat.Faction]: " + toString(tempFactions.length) + " factions loaded from database successfully!");
return tempFactions;
}