This commit is contained in:
parent
8d2d825be6
commit
6f776a6be7
@ -31,6 +31,7 @@ namespace Components
|
|||||||
|
|
||||||
BitMessage::BMClient->start();
|
BitMessage::BMClient->start();
|
||||||
|
|
||||||
|
#ifdef DEBUG
|
||||||
Command::Add("bm_send", [](Command::Params params)
|
Command::Add("bm_send", [](Command::Params params)
|
||||||
{
|
{
|
||||||
if (params.Length() < 3) return;
|
if (params.Length() < 3) return;
|
||||||
@ -177,6 +178,7 @@ namespace Components
|
|||||||
Logger::Print("Address not correct!\n");
|
Logger::Print("Address not correct!\n");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
BitMessage::~BitMessage()
|
BitMessage::~BitMessage()
|
||||||
|
Loading…
Reference in New Issue
Block a user