Update GUISpaceCompound.kt

This commit is contained in:
bluefireoly
2020-11-08 16:36:38 +01:00
parent 7c8b486a1b
commit 85b46ba44e

View File

@@ -16,7 +16,7 @@ class GUISpaceCompoundElement<T : ForInventory, E> internal constructor(
compound.onClickElement(clickEvent)
}
// the following to methods register and unregister the instance
// the following two methods register and unregister the instance
// for each compound element, but that is ok because it gets
// added/removed to/from a HashSet