From 9303d74f8f313948d681dd67f7465ea690f290b6 Mon Sep 17 00:00:00 2001 From: Pyrbu Date: Sun, 15 Dec 2024 10:45:25 +0100 Subject: [PATCH] remove whitespace --- api/src/main/java/lol/pyr/znpcsplus/api/npc/Npc.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/src/main/java/lol/pyr/znpcsplus/api/npc/Npc.java b/api/src/main/java/lol/pyr/znpcsplus/api/npc/Npc.java index 9546ed4..d5e70bb 100644 --- a/api/src/main/java/lol/pyr/znpcsplus/api/npc/Npc.java +++ b/api/src/main/java/lol/pyr/znpcsplus/api/npc/Npc.java @@ -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); - }