mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Reset the 'changed' boolean after updating
This commit is contained in:
parent
6011520043
commit
81566d0577
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue