Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
Griseo-bh3rd committed Apr 13, 2024
1 parent 0da4b19 commit b59edf1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions util/Broadcast.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ public class BroadcastItem
public override string ToString()
{
string result = $"<size=26>「{prefix}」:{text}";
if (showtime) result += $"[{time}]</size>";
else result += "</size>";
if (showtime) result += $"[{time}]</size>";
else result += "</size>";
return result;
}
}
public class BroadcastMain
Expand Down

0 comments on commit b59edf1

Please sign in to comment.