aboutsummaryrefslogtreecommitdiff
path: root/features/mining
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-05-28 10:00:15 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-05-28 10:00:15 +0800
commitd017ab83bb7ffbc10e7cde0014116464c725f37f (patch)
treedb53598b784326f884b2bfb5c79e0f135dfef044 /features/mining
parent83036d85a38729adf8fad5bc9bf38a06c183adf0 (diff)
downloadSoopyV2-d017ab83bb7ffbc10e7cde0014116464c725f37f.tar.gz
SoopyV2-d017ab83bb7ffbc10e7cde0014116464c725f37f.tar.bz2
SoopyV2-d017ab83bb7ffbc10e7cde0014116464c725f37f.zip
+ fix gemstone $/h from when i made it show both hours and minuites (i love not testing updates BatChamp)
Diffstat (limited to 'features/mining')
-rw-r--r--features/mining/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/mining/index.js b/features/mining/index.js
index 9a9a881..767bc82 100644
--- a/features/mining/index.js
+++ b/features/mining/index.js
@@ -7,7 +7,7 @@ import * as utils from "../../utils/utils"
import HudTextElement from "../hud/HudTextElement";
import LocationSetting from "../settings/settingThings/location";
import ToggleSetting from "../settings/settingThings/toggle";
-import { numberWithCommas, timeSince } from "../../utils/numberUtils";
+import { numberWithCommas, timeSince2 } from "../../utils/numberUtils";
import { fetch } from "../../utils/networkUtils";
import socketConnection from "../../socketConnection";