Resolution

- Removed swear words
This commit is contained in:
Tristan B. Velloza Kildaire 2023-08-16 11:10:02 +02:00
parent 2ed7e9f490
commit e5b0f4e0a1
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ public final class Resolver
/* Try find the Entity within the current Contaier */
gprintln("resolveUp("~to!(string)(currentContainer)~", "~name~")");
Entity entity = resolveWithin(currentContainer, name);
gprintln("Poes");
gprintln("Certified 2008 financial crisis moment");
gprintln(entity);
/* If we found it return it */