Skip to content

Commit

Permalink
remove clock plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
DubbleClick committed May 1, 2024
1 parent f9a4134 commit 0ac842f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 108 deletions.
2 changes: 1 addition & 1 deletion GWToolboxdll/Modules/ChatCommands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1682,7 +1682,7 @@ void CHAT_CMD_FUNC(ChatCommands::CmdTB)
}
else if (arg1 == L"close" || arg1 == L"quit" || arg1 == L"exit") {
// e.g. /tb close
GWToolbox::Instance().SignalTerminate();
GWToolbox::SignalTerminate();
}
else {
// e.g. /tb travel
Expand Down
83 changes: 0 additions & 83 deletions plugins/clock/clock.cpp

This file was deleted.

24 changes: 0 additions & 24 deletions plugins/clock/clock.h

This file was deleted.

0 comments on commit 0ac842f

Please sign in to comment.