You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NotMyFault edited this page Feb 16, 2020
·
3 revisions
/*Fixes border around plots/plot debugexec runasync fixborder.js <Plot ID>*/varplots=PS.sortPlotsByTemp(PS.getPlots());PS.class.static.log("Attempting to fix border for "+plots.size()+" plots");for(vari=0;i<plots.size();i++){varplot=plots.get(i);plot.setComponent("border","%s0");}