Rename method to correct name

This commit is contained in:
JeremyStar™ 2024-05-15 21:20:56 +02:00
parent 06802b3e0c
commit db9d8fa21b
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -147,7 +147,7 @@ func copy_splashes(source_category: String, target_category: String) -> CoreBase
return self
## Returns a list of all categories.
func list_categories() -> Array[String]:
func get_categories() -> Array[String]:
return core.misc.array_to_stringarray(splashes.keys())
## Removes the specified category.