Revert "Fix for mysql issue."

This reverts commit 6bdd6de6f17dc173398cbe34f56237fef25c5835.
This commit is contained in:
Brianna O'Keefe 2019-03-28 11:51:47 -04:00 committed by Brianna
parent 59f0a42af1
commit d811a00e63

View File

@ -107,7 +107,7 @@ public class StorageMysql extends Storage {
|| to.getValue().length != last.getValue().length)
continue;
toSave.remove(to.getKey());
for (int i = 0; i < to.getValue().length - 1; i ++) {
for (int i = 0; i < to.getValue().length; i ++) {
if (!to.getValue()[i].asObject().toString()
.equals(last.getValue()[i].asObject().toString())) {
//Update