when the stuff for v6.1.2 is added, the script adds items to certain tables. good, right?
well
this actually is horrible code, as it adds the item multiple times to the array, which means that this happens
and also this code adds it to a table stored in the Button repository script and not within the run function or something, which means that if an older button is used on this, that means that stuff might change that actually shouldnt!
also this button repo script doesnt do anything to constraints during the versions when it was that specific way, so thats also broken if a newer button is used on the Button repo script!
my proposal to fix this
and then have code that works with this
when the stuff for v6.1.2 is added, the script adds items to certain tables. good, right?
well
this actually is horrible code, as it adds the item multiple times to the array, which means that this happens
and also this code adds it to a table stored in the Button repository script and not within the run function or something, which means that if an older button is used on this, that means that stuff might change that actually shouldnt!
also this button repo script doesnt do anything to constraints during the versions when it was that specific way, so thats also broken if a newer button is used on the Button repo script!
my proposal to fix this
and then have code that works with this