|
|
|
@ -120,6 +120,7 @@ end);
@@ -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 |
|
|
|
|