remove whitespace
This commit is contained in:
parent
9477d4b500
commit
9303d74f8f
1 changed files with 0 additions and 2 deletions
|
@ -195,7 +195,6 @@ public interface Npc extends PropertyHolder {
|
|||
*/
|
||||
void removePassenger(int entityId);
|
||||
|
||||
|
||||
/**
|
||||
* Gets the vehicle entity id of this npc
|
||||
* @return The entity id of the vehicle
|
||||
|
@ -207,5 +206,4 @@ public interface Npc extends PropertyHolder {
|
|||
* @param vehicleId The entity id of the vehicle
|
||||
*/
|
||||
void setVehicleId(Integer vehicleId);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue