From 94e7902f2a83168b16e9f0ca3c1bfd56ab8ec423 Mon Sep 17 00:00:00 2001 From: yoyosource Date: Tue, 28 Jun 2022 21:55:43 +0200 Subject: [PATCH] Add sys out Signed-off-by: yoyosource --- .../src/de/steamwar/bausystem/features/warp/WarpListener.java | 1 + 1 file changed, 1 insertion(+) diff --git a/BauSystem_Main/src/de/steamwar/bausystem/features/warp/WarpListener.java b/BauSystem_Main/src/de/steamwar/bausystem/features/warp/WarpListener.java index 587580f2..5b71eae9 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/warp/WarpListener.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/warp/WarpListener.java @@ -131,6 +131,7 @@ public class WarpListener implements Listener { } public static AbstractWarpEntity createEntity(Player player, Vector position, String name) { + System.out.println(NMSWrapper.impl); return NMSWrapper.impl.createWarp(player.getWorld(), position, name); }