Fixed AIOOBE in /rollback

This commit is contained in:
JeromSar 2014-08-27 13:30:46 +02:00
parent 9c976b381b
commit b7175d73ab
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit! #Build Number for ANT. Do not edit!
#Wed Aug 27 11:36:20 CEST 2014 #Wed Aug 27 13:29:32 CEST 2014
build.number=946 build.number=948

View File

@ -28,7 +28,7 @@ public class Command_rollback extends TFM_Command
} }
else else
{ {
final String playerName = TFM_RollbackManager.findPlayer(args[1]); final String playerName = TFM_RollbackManager.findPlayer(args[0]);
if (playerName == null) if (playerName == null)
{ {