File tree Expand file tree Collapse file tree
src/main/java/io/github/optijava/opt_carpet_addition/commands Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,8 +56,6 @@ private static int teleport(CommandContext<ServerCommandSource> context) {
5656 try {
5757 final String commandSourcePlayerName = context .getSource ().getPlayer ().getGameProfile ().getName ();
5858
59- OptCarpetAddition .LOGGER .info (commandSourcePlayerName + " submit command: player " + StringArgumentType .getString (context , COMMAND_PREFIX ) + " tp" );
60-
6159 if (server .getPlayerManager ().getPlayer (target ) instanceof EntityPlayerMPFake ) {
6260
6361 switch (OptCarpetSettings .commandTpToFakePlayer ) {
@@ -121,8 +119,6 @@ private static int teleportHere(CommandContext<ServerCommandSource> context) {
121119 try {
122120 final String commandSourcePlayerName = context .getSource ().getPlayer ().getGameProfile ().getName ();
123121
124- OptCarpetAddition .LOGGER .info (commandSourcePlayerName + " submit command: player " + target + " tphere" );
125-
126122 if (server .getPlayerManager ().getPlayer (target ) instanceof EntityPlayerMPFake ) {
127123
128124 switch (OptCarpetSettings .commandTpHereFakePlayer ) {
You can’t perform that action at this time.
0 commit comments