diff options
| author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2023-06-27 18:45:30 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-27 18:45:30 +1000 |
| commit | c18352ccb6b71b14961adab81032c44d7cc2b3d3 (patch) | |
| tree | 748891b50421ede1a2273760b7ecac1db8531177 /src/main/java/io/github/moulberry/notenoughupdates/profileviewer/ProfileViewer.java | |
| parent | 3afaada8856709250573cfdb02222102d4361343 (diff) | |
| download | notenoughupdates-c18352ccb6b71b14961adab81032c44d7cc2b3d3.tar.gz notenoughupdates-c18352ccb6b71b14961adab81032c44d7cc2b3d3.tar.bz2 notenoughupdates-c18352ccb6b71b14961adab81032c44d7cc2b3d3.zip | |
Recent Pv profiles (#727)
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/profileviewer/ProfileViewer.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/profileviewer/ProfileViewer.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/ProfileViewer.java b/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/ProfileViewer.java index 8c552146..edf106d5 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/ProfileViewer.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/ProfileViewer.java @@ -428,7 +428,7 @@ public class ProfileViewer { @Getter private final NEUManager manager; private final HashMap<String, SkyblockProfiles> uuidToSkyblockProfiles = new HashMap<>(); - private final HashMap<String, String> nameToUuid = new HashMap<>(); + final HashMap<String, String> nameToUuid = new HashMap<>(); public ProfileViewer(NEUManager manager) { this.manager = manager; |
