diff --git a/sexchange.lua b/sexchange.lua index 4d88182..743eaab 100644 --- a/sexchange.lua +++ b/sexchange.lua @@ -120,6 +120,7 @@ end); ashita.register_event('incoming_packet', function(id, size, data, modified, blocked) -- Do nothing if the packet is blocked.. if (blocked == true) then return false; end + if (sexchange.enabled == false) then return false; end -- Zone if (id == 0x0A) then