This commit is contained in:
Lily 2025-03-11 15:57:20 -04:00
parent 7b3c85f3cf
commit f61f9b6c5e
No known key found for this signature in database
GPG key ID: D916CEDDF4F93CE7

View file

@ -879,6 +879,6 @@ MessageLogWidget::MessageLogWidget(TabSupervisor *_tabSupervisor, TabGame *_game
{ {
elapsedSeconds = seconds; elapsedSeconds = seconds;
ChatView::setTime(seconds); ChatView::setTime(seconds);
s std::cout << "TEST";
} }