Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
etorth committed Jan 15, 2025
1 parent b519556 commit e4654e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/gui/npcchatboard/npcchatboard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ NPCChatBoard::NPCChatBoard(ProcessRun *proc, Widget *pwidget, bool autoDelete)
[this](Widget *)
{
setShow(false);
m_process->sendNPCEvent(m_npcUID, m_eventPath, SYS_EXIT);
// m_process->sendNPCEvent(m_npcUID, m_eventPath, SYS_EXIT);
},

0,
Expand Down

0 comments on commit e4654e6

Please sign in to comment.