mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-27 11:54:04 +00:00
...
This commit is contained in:
@@ -76,7 +76,7 @@ public class TFM_RollbackManager
|
|||||||
{
|
{
|
||||||
return PLAYER_HISTORY.containsKey(playerName.toLowerCase()) && !PLAYER_HISTORY.get(playerName.toLowerCase()).isEmpty();
|
return PLAYER_HISTORY.containsKey(playerName.toLowerCase()) && !PLAYER_HISTORY.get(playerName.toLowerCase()).isEmpty();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static boolean canUndoRollback(String playerName)
|
public static boolean canUndoRollback(String playerName)
|
||||||
{
|
{
|
||||||
return REMOVE_ROLLBACK_HISTORY.contains(playerName.toLowerCase());
|
return REMOVE_ROLLBACK_HISTORY.contains(playerName.toLowerCase());
|
||||||
|
Reference in New Issue
Block a user