From 17f8fbc46a91ec2c3bd62b54ef2d9bb2d29b2f37 Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Sun, 25 May 2025 18:58:33 -0700 Subject: [PATCH] Unbold 5000 in auction help message --- server/chat-plugins/auction.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/chat-plugins/auction.ts b/server/chat-plugins/auction.ts index 0879c186fd..b3a416c5a5 100644 --- a/server/chat-plugins/auction.ts +++ b/server/chat-plugins/auction.ts @@ -581,7 +581,7 @@ export class Auction extends Rooms.SimpleRoomGame { const curUser = Users.getExact(currManager.id); curUser?.sendTo(this.room, notifyMsg); curUser?.sendTo(this.room, - `|raw|Send a message with the amount you want to bid (e.g. .5 or 5 will place a bid of 5000)!`); + `|raw|Send a message with the amount you want to bid (e.g. .5 or 5 will place a bid of 5000)!`); } this.sendBidInfo(); this.startBidTimer();