Update GUISpaceCompound.kt

This commit is contained in:
bluefireoly
2020-10-30 21:36:38 +01:00
parent fa258d6358
commit 9cbc682ed2

View File

@@ -156,7 +156,7 @@ abstract class AbstractGUISpaceCompound<T : ForInventory, E> internal constructo
/**
* Adds new elements to the compound.
*/
fun addContent(elements: Collection<E>) {
fun addContent(elements: Iterable<E>) {
content += elements
contentSort.invoke()