fix: Corrected wether to whether
This commit is contained in:
committed by
Julian Murgia
parent
3b47a93a9e
commit
584b81a496
@@ -4,7 +4,7 @@ class_name ESCInventoryContainer
|
||||
|
||||
|
||||
# Get whether the inventory container currently is empty
|
||||
# **Returns** Wether the container is empty or not
|
||||
# **Returns** Whether the container is empty or not
|
||||
func is_empty() -> bool:
|
||||
return get_child_count() > 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user