Merge branch 'whs/notes' of github.com:whs/runelite into whs/notes

This commit is contained in:
Manatsawin Hanmongkolchai
2019-10-03 22:31:08 +07:00

View File

@@ -70,6 +70,7 @@ public class NotesManager
if (notes == null) if (notes == null)
{ {
notes = new ArrayList<>(); notes = new ArrayList<>();
notes.add("");
} }
// migrate from legacy single tab notes // migrate from legacy single tab notes