mirror of
https://github.com/songoda/EpicHoppers.git
synced 2024-11-26 04:05:48 +01:00
Revert "Fix for mysql issue."
This reverts commit 6bdd6de6f17dc173398cbe34f56237fef25c5835.
This commit is contained in:
parent
59f0a42af1
commit
d811a00e63
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user