mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Renamed old getID() calls to getId()
This commit is contained in:
@ -30,6 +30,6 @@ class EntityMetadataStore extends MetadataStore{
|
||||
throw new \InvalidArgumentException("Argument must be an Entity instance");
|
||||
}
|
||||
|
||||
return $entity->getID() . ":" . $metadataKey;
|
||||
return $entity->getId() . ":" . $metadataKey;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user