aboutsummaryrefslogtreecommitdiff
path: root/render/naturals.js
diff options
context:
space:
mode:
authorNinjune <enderknight537@gmail.com>2022-11-25 23:39:40 -0600
committerNinjune <enderknight537@gmail.com>2022-11-25 23:39:40 -0600
commitf8aacdf7e45003719efd949ecb8bc30001e24e17 (patch)
treef7719d8b22dd868217eea8e31f03e79a4ac15e12 /render/naturals.js
parent9bb7bf0b2f4dbc9269b0e5fa446d8480b814fe20 (diff)
downloadcoleweight-f8aacdf7e45003719efd949ecb8bc30001e24e17.tar.gz
coleweight-f8aacdf7e45003719efd949ecb8bc30001e24e17.tar.bz2
coleweight-f8aacdf7e45003719efd949ecb8bc30001e24e17.zip
v1.6.5v1.6.6
Diffstat (limited to 'render/naturals.js')
-rw-r--r--render/naturals.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/render/naturals.js b/render/naturals.js
index 77a667d..d0443a3 100644
--- a/render/naturals.js
+++ b/render/naturals.js
@@ -1,11 +1,11 @@
-import axios from "../../axios" // USE AT YOUR OWN RISK disabled by default in this version because dragoonmaster4 wants me to confirm that this isn't bannable with admins before adding.
+import axios from "../../axios"
import settings from "../settings"
import constants from "../util/constants"
const PREFIX = constants.PREFIX
let coords = []
register("step", () => {
- if(constants.serverData.map != "Crystal Hollows" || !settings.showNaturals) return
+ if(constants.serverData.map != "Crystal Hollows") return
axios.get(`https://ninjune.dev/api/coords`)
.then((res) => {
coords = []