remove whitespace

This commit is contained in:
Pyrbu 2024-12-15 10:45:25 +01:00
parent 9477d4b500
commit 9303d74f8f

View file

@ -195,7 +195,6 @@ public interface Npc extends PropertyHolder {
*/ */
void removePassenger(int entityId); void removePassenger(int entityId);
/** /**
* Gets the vehicle entity id of this npc * Gets the vehicle entity id of this npc
* @return The entity id of the vehicle * @return The entity id of the vehicle
@ -207,5 +206,4 @@ public interface Npc extends PropertyHolder {
* @param vehicleId The entity id of the vehicle * @param vehicleId The entity id of the vehicle
*/ */
void setVehicleId(Integer vehicleId); void setVehicleId(Integer vehicleId);
} }