mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2025-02-11 23:50:08 +00:00
Fix typo.
This commit is contained in:
parent
b2eec1ef01
commit
e8d36b31f7
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ public class Command_rollback extends TFM_Command
|
||||||
{
|
{
|
||||||
String playerName = getPlayerName(args[0]);
|
String playerName = getPlayerName(args[0]);
|
||||||
TFM_Util.adminAction(sender.getName(), "Rolling back player: " + playerName, false);
|
TFM_Util.adminAction(sender.getName(), "Rolling back player: " + playerName, false);
|
||||||
playerMsg("Rolled back " + TFM_RollbackManager.purgeEntries(playerName) + " edits for " + playerName + ".");
|
playerMsg("Rolled back " + TFM_RollbackManager.rollback(playerName) + " edits for " + playerName + ".");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (args.length == 2)
|
else if (args.length == 2)
|
||||||
|
|
Loading…
Reference in a new issue