Skip to content
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.

Commit

Permalink
Fix: don't accept shipless kills from STOMP.
Browse files Browse the repository at this point in the history
  • Loading branch information
Artefact2 committed Oct 31, 2015
1 parent f140ec0 commit 621c757
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/eve_kill_stomp_client
Expand Up @@ -71,6 +71,8 @@ while(true) try {
}

if(!isset($k['killID']) || $k['killID'] <= 0) continue;

if(\Osmium\Fit\get_categoryid($k['victim']['shipTypeID']) !== \Osmium\Fit\CATEGORY_Ship) continue;

$dna = $k['victim']['shipTypeID'];

Expand Down

0 comments on commit 621c757

Please sign in to comment.