summaryrefslogtreecommitdiff
path: root/src/commands/utility/gmodserverstatus.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/utility/gmodserverstatus.ts')
-rw-r--r--src/commands/utility/gmodserverstatus.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/utility/gmodserverstatus.ts b/src/commands/utility/gmodserverstatus.ts
index f7d3b35..cf59d4b 100644
--- a/src/commands/utility/gmodserverstatus.ts
+++ b/src/commands/utility/gmodserverstatus.ts
@@ -66,7 +66,7 @@ module.exports = class GModServerStatusUtility extends Command {
.catch(err => {
if (err === 'UDP Watchdog Timeout') return msg.reply('Server timed out, it\'s probably offline. ' + emoji.random())
- //console.error(err)
+ console.error(err)
return msg.reply('Woops, an unknown error has occured. ' + emoji.random())
})
} finally {