Remove dummy command

This commit is contained in:
Maurice Heumann 2022-12-30 20:35:29 +01:00
parent a7f60aeae2
commit 967e11bcd0

View File

@ -51,11 +51,6 @@ namespace command
public:
void post_unpack() override
{
command::add("bruuh", [](const params& p)
{
MessageBoxA(0, p.join(0).data(), 0, 0);
});
// Disable whitelist
utils::hook::jump(0x14133CF70_g, update_whitelist_stub);
}