Made named lists not make new keys if the key already exists

This commit is contained in:
jsrobson10 2019-07-07 19:54:22 +10:00
parent 3fed68a1f2
commit 840f33908f
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@ public class BdfNamedList implements IBdfType
e.object = object;
// Exit out of the function, don't add another object
return;
}
}