Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/gwdevhub/GWToolboxpp into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
3vcloud committed Jan 5, 2024
2 parents fb32e6c + 965c8b0 commit 176f80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GWToolboxdll/Modules/ChatCommands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ namespace {

void CmdChatTab(const wchar_t*, const int argc, const LPWSTR* argv)
{
if (argc < 1) {
if (argc < 2) {
return Log::Error(chat_tab_syntax);
}
uint32_t channel = 0xff;
Expand Down

0 comments on commit 176f80d

Please sign in to comment.