From 313c68d4cdcf91032b588095a50b70f7f3b09e66 Mon Sep 17 00:00:00 2001 From: LMBishop <13875753+LMBishop@users.noreply.github.com> Date: Thu, 24 Jun 2021 00:56:48 +0100 Subject: [ci skip] Fix discord link (I think) --- .github/ISSUE_TEMPLATE/config.yml | 2 +- bukkit/src/main/java/com/leonardobishop/quests/bukkit/util/Format.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 61f0c342..3df788ef 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,4 +2,4 @@ blank_issues_enabled: false contact_links: - name: Discord url: https://discord.gg/mQ2RcJC - about: **Please do not use Discord to file bug reports or make suggestions.** If you are having any minor issues or need help with the plugin, you can come ask us on our Discord server. + about: "**Please do not use Discord to file bug reports or make suggestions.** If you are having any minor issues or need help with the plugin, you can come ask us on our Discord server." diff --git a/bukkit/src/main/java/com/leonardobishop/quests/bukkit/util/Format.java b/bukkit/src/main/java/com/leonardobishop/quests/bukkit/util/Format.java index 5a58c28d..afa0ea74 100644 --- a/bukkit/src/main/java/com/leonardobishop/quests/bukkit/util/Format.java +++ b/bukkit/src/main/java/com/leonardobishop/quests/bukkit/util/Format.java @@ -1,7 +1,7 @@ package com.leonardobishop.quests.bukkit.util; public class Format { - + public static String formatTime(long sec) { long hours = sec / 3600; long minutes = (sec % 3600) / 60; -- cgit v1.2.3-70-g09d2