Merge 2009scape updates #19

Open
randy wants to merge 204 commits from 2009Scape:master into upstream
Showing only changes of commit 02c1835016 - Show all commits

View file

@ -255,6 +255,7 @@ public final class ImpactHandler {
if (entity instanceof Player) {
return killer;
}
if (killer instanceof AIPlayer) return killer;
int damage = -1;
if (playerImpactLog.isEmpty()) {