From 47459d832d06debaf350e0594400247c97f532ed Mon Sep 17 00:00:00 2001 From: yoyosource Date: Tue, 28 Jun 2022 21:58:11 +0200 Subject: [PATCH] Remove sys out Signed-off-by: yoyosource --- .../src/de/steamwar/bausystem/features/warp/WarpListener.java | 1 - 1 file changed, 1 deletion(-) 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 5b71eae9..587580f2 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/warp/WarpListener.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/warp/WarpListener.java @@ -131,7 +131,6 @@ 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); }