mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-27 21:35:13 -06:00
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