Update module initialization messages to use consistent format
This commit is contained in:
@@ -78,6 +78,6 @@ shared.StinkyCache = {
|
||||
return rawget(self, key)
|
||||
end,
|
||||
})
|
||||
print("[Heimdall] StinkyCache module loaded")
|
||||
print(string.format("[%s] Module initialized", ModuleName))
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user