1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-10-16 22:37:34 +00:00

oh are you serious

This commit is contained in:
Steffo 2024-04-14 04:22:47 +02:00
parent 053e4831fe
commit 78c4aa7636
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -9,7 +9,7 @@ static func get_ancestor(start: Node) -> MainGame:
if current is MainGame:
return current
current = current.get_parent()
Log.w(self, "MainGame ancestor not found.")
Log.w(start, "MainGame ancestor not found.")
return null