windows build fixes
Some checks failed
demo.yaml / windows build fixes (push) Failing after 0s

This commit is contained in:
Jorijn van der Graaf 2026-03-01 15:21:45 +01:00
commit 4f6c3c009c
2 changed files with 3 additions and 0 deletions

View file

@ -50,6 +50,7 @@ namespace Crafter {
}
}
}
std::cout << "bruh" << std::endl;
if(config.contains("name")) {
name = config["name"].get<std::string>();
} else {