1module.exports = {
2	disableUpdate: function()
3	{
4		return false;
5	}
6}