Replaced Array.prototype.unique with a cleaner jQuery equivalent

This commit is contained in:
Jack Walker
2020-07-06 16:24:09 +10:00
parent 9458bd8fc6
commit 4fc300ff87
6 changed files with 30 additions and 31 deletions

View File

@@ -42,7 +42,7 @@ module Events
# push events to logger
logger = BeEF::Core::Logger.instance
events.each do |key,value|
events.each do |value|
logger.register('Event', parse(value), zombie.id)
end
end