mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-11 21:43:54 +00:00
Fixed AIOOBE in /rollback
This commit is contained in:
@ -28,7 +28,7 @@ public class Command_rollback extends TFM_Command
|
||||
}
|
||||
else
|
||||
{
|
||||
final String playerName = TFM_RollbackManager.findPlayer(args[1]);
|
||||
final String playerName = TFM_RollbackManager.findPlayer(args[0]);
|
||||
|
||||
if (playerName == null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user