Skip to content

Commit 6f7de17

Browse files
committed
Formatting adjustment
1 parent fe82f3a commit 6f7de17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/usercommands/admin.zone.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ func Zone(rest string, user *users.UserRecord, room *rooms.Room, flags events.Ev
5353
if zoneCmd == `info` {
5454

5555
user.SendText(``)
56-
user.SendText(fmt.Sprintf(`<ansi fg="yellow-bold">Zone Config for <ansi fg="red">%s</ansi></ansi>`, room.Zone))
57-
user.SendText(fmt.Sprintf(` <ansi fg="yellow-bold">Root Room Id: </ansi> <ansi fg="red">%d</ansi>`, zoneConfig.RoomId))
56+
user.SendText(fmt.Sprintf(`<ansi fg="yellow-bold">Zone Config for: <ansi fg="red">%s</ansi></ansi>`, room.Zone))
57+
user.SendText(fmt.Sprintf(` <ansi fg="yellow-bold">Root Room Id:</ansi> <ansi fg="red">%d</ansi>`, zoneConfig.RoomId))
5858

5959
if zoneConfig.MobAutoScale.Maximum == 0 {
6060
user.SendText(` <ansi fg="yellow-bold">Mob AutoScale:</ansi> <ansi fg="red">[disabled]</ansi>`)

0 commit comments

Comments
 (0)