From d017ab83bb7ffbc10e7cde0014116464c725f37f Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Sat, 28 May 2022 10:00:15 +0800 Subject: + fix gemstone $/h from when i made it show both hours and minuites (i love not testing updates BatChamp) --- features/mining/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/mining') 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"; -- cgit