mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 00:55:14 +00:00
Fixed misuse of kill() and close() when deleting entities (#1490)
This commit is contained in:
@ -102,7 +102,7 @@ abstract class Projectile extends Entity{
|
||||
}
|
||||
}
|
||||
|
||||
$this->close();
|
||||
$this->flagForDespawn();
|
||||
}
|
||||
|
||||
public function saveNBT(){
|
||||
|
Reference in New Issue
Block a user