support increased render limit within the plugin

This commit is contained in:
boombuler
2013-02-25 10:41:02 +01:00
parent b8a86f8d08
commit c86e8608bf
2 changed files with 5 additions and 3 deletions

View File

@ -39,7 +39,7 @@ window.plugin.renderLimitIncrease.setHigherLimits = function() {
window.MAX_DRAWN_PORTALS = 3000;
window.MAX_DRAWN_LINKS = 1000;
window.MAX_DRAWN_FIELDS = 500;
window.USE_INCREASED_RENDER_LIMIT = true; // Used for other plugins
};
var setup = window.plugin.renderLimitIncrease.setHigherLimits;