Skip to content

Commit 17cbdaf

Browse files
committed
remove log when tp
1 parent 6cd2ff0 commit 17cbdaf

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/main/java/io/github/optijava/opt_carpet_addition/commands/PlayerTpCommand.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)