Set project name to "Cosmic" (#2)

* Change name to Cosmic

* Update database credentials
This commit is contained in:
Ponk
2021-03-29 22:22:06 +02:00
committed by GitHub
parent c2d80578fe
commit 4acc5675d6
31 changed files with 94 additions and 90 deletions

View File

@@ -13,7 +13,7 @@ var name_cursor, role_cursor;
// new server names are to be appended at the start of the name stack, building up the chronology.
// make sure the server names are lexicograffically equivalent to their correspondent function.
var servers = ["HeavenMS", "MapleSolaxia", "MoopleDEV", "BubblesDEV", "MetroMS", "OdinMS", "Contributors"];
var servers = ["Cosmic", "HeavenMS", "MapleSolaxia", "MoopleDEV", "BubblesDEV", "MetroMS", "OdinMS", "Contributors"];
var servers_history = [];
function addPerson(name, role) {
@@ -33,6 +33,12 @@ function writeServerStaff_MapleNext() {
}
*/
function writeServerStaff_Cosmic() {
addPerson("Ponk", "Developer");
setHistory(2021, 2021);
}
function writeServerStaff_HeavenMS() {
addPerson("Ronan", "Developer");
addPerson("Vcoc", "Freelance Developer");