mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-30 10:05:59 +00:00
Fixed AIOOBE in /rollback
This commit is contained in:
parent
9c976b381b
commit
b7175d73ab
@ -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
|
||||||
|
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user