forked from 2009Scape/Server
Fixed bots not picking up loot
This commit is contained in:
parent
7c74bfcb71
commit
02c1835016
1 changed files with 1 additions and 0 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue