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

@@ -40,6 +40,6 @@ public class TimeCommand extends Command {
public void execute(MapleClient client, String[] params) {
DateFormat dateFormat = new SimpleDateFormat("HH:mm:ss");
dateFormat.setTimeZone(TimeZone.getDefault());
client.getPlayer().yellowMessage("HeavenMS Server Time: " + dateFormat.format(new Date()));
client.getPlayer().yellowMessage("Cosmic Server Time: " + dateFormat.format(new Date()));
}
}