Batch format

This commit is contained in:
unknown 2014-01-14 20:37:08 +01:00
parent 7dffea0ba2
commit 71862d6e41
4 changed files with 8 additions and 8 deletions

View File

@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit!
#Wed Dec 18 18:43:50 CET 2013
build.number=696
#Tue Jan 14 20:31:14 CET 2014
build.number=697

View File

@ -30,8 +30,8 @@ public class Command_tban extends TFM_Command
playerMsg(ex.getMessage(), ChatColor.RED);
return true;
}
// strike with lightning effect:
final Location targetPos = player.getLocation();
for (int x = -1; x <= 1; x++)

View File

@ -56,8 +56,8 @@ public class Command_tempban extends TFM_Command
ban_reason = StringUtils.join(ArrayUtils.subarray(args, 2, args.length), " ") + " (" + sender.getName() + ")";
bcast_msg.append(", Reason: \"").append(ban_reason).append("\"");
}
// strike with lightning effect:
final Location targetPos = player.getLocation();
for (int x = -1; x <= 1; x++)

View File

@ -660,7 +660,7 @@ public class TFM_PlayerListener implements Listener
playerdata.regenerateHistory();
playerdata.clearHistory();
}
// Log player quitting, because 1.7 doesn't do this
TFM_Log.info(player.getName() + " left the game.");
}
@ -690,7 +690,7 @@ public class TFM_PlayerListener implements Listener
final Player player = event.getPlayer();
final TFM_PlayerData playerdata = TFM_PlayerData.getPlayerData(player);
playerdata.setSuperadminIdVerified(null);
// Log join message, as 1.7 doesn't log it anymore
TFM_Log.info(player.getName() + " joined the game.");