Update module initialization messages to use consistent format

This commit is contained in:
2025-05-25 10:51:31 +02:00
parent d46c874604
commit 63027c2dcf
25 changed files with 63 additions and 58 deletions

View File

@@ -78,6 +78,6 @@ shared.StinkyCache = {
return rawget(self, key)
end,
})
print("[Heimdall] StinkyCache module loaded")
print(string.format("[%s] Module initialized", ModuleName))
end,
}