@@ -5,6 +5,7 @@ import com.massivecraft.factions.Conf;
|
||||
import com.massivecraft.factions.FPlayers;
|
||||
import com.massivecraft.factions.Factions;
|
||||
import com.massivecraft.factions.struct.Permission;
|
||||
import com.massivecraft.factions.zcore.util.TL;
|
||||
|
||||
public class CmdSaveAll extends FCommand {
|
||||
|
||||
@@ -31,7 +32,7 @@ public class CmdSaveAll extends FCommand {
|
||||
Factions.getInstance().forceSave();
|
||||
Board.getInstance().forceSave();
|
||||
Conf.save();
|
||||
msg("<i>Factions saved to disk!");
|
||||
msg(TL.COMMAND_SAVEALL);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user