Base: Fix typo

This commit is contained in:
wmayer
2025-06-04 14:14:20 +02:00
committed by Benjamin Nauck
parent 753130de56
commit 9a7646ab74
+1 -1
View File
@@ -125,7 +125,7 @@ void Type::importModule(const char* typeName)
// lets load the module
Interpreter().loadModule(mod.c_str());
#ifdef FC_LOGLOADMODULE
Console().log("Act: Module %s loaded through class %s \n", Mod.c_str(), typeName);
Console().log("Act: Module %s loaded through class %s \n", mod.c_str(), typeName);
#endif
loadModuleSet.insert(mod);
}