Remove dummy command
This commit is contained in:
parent
a7f60aeae2
commit
967e11bcd0
@ -51,11 +51,6 @@ namespace command
|
|||||||
public:
|
public:
|
||||||
void post_unpack() override
|
void post_unpack() override
|
||||||
{
|
{
|
||||||
command::add("bruuh", [](const params& p)
|
|
||||||
{
|
|
||||||
MessageBoxA(0, p.join(0).data(), 0, 0);
|
|
||||||
});
|
|
||||||
|
|
||||||
// Disable whitelist
|
// Disable whitelist
|
||||||
utils::hook::jump(0x14133CF70_g, update_whitelist_stub);
|
utils::hook::jump(0x14133CF70_g, update_whitelist_stub);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user