Reset the 'changed' boolean after updating

This commit is contained in:
Tim203 2021-10-07 20:47:29 +02:00
parent 6011520043
commit 81566d0577
No known key found for this signature in database
GPG Key ID: 064EE9F5BF7C3EE8
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ public final class Team {
cachedData.updateType = currentData.updateType;
}
cachedData.changed = currentData.changed;
currentData.changed = false;
cachedData.name = currentData.name;
cachedData.prefix = currentData.prefix;
cachedData.suffix = currentData.suffix;