Renamed ExplosionPacket to ExplodePacket

This commit is contained in:
Shoghi Cervantes
2014-02-08 13:39:41 +01:00
parent f77d5dcefd
commit b107191fdb
3 changed files with 5 additions and 5 deletions

View File

@ -114,7 +114,7 @@ class Explosion{
$this->level->level->setBlockID($block->x, $block->y, $block->z, 0);
$send[] = new Vector3($block->x - $source->x, $block->y - $source->y, $block->z - $source->z);
}
$pk = new ExplosionPacket;
$pk = new ExplodePacket;
$pk->x = $this->source->x;
$pk->y = $this->source->y;
$pk->z = $this->source->z;