don't want that there

This commit is contained in:
Lilian Jónsdóttir 2020-10-13 21:06:16 -07:00
parent 9c09ae4b2e
commit 05c87c125a

View file

@ -229,7 +229,7 @@ local function onInitialized()
log(common.logLevels.small, "[MAIN] %s event registered", eventName)
end
log(common.logLevels.none, "[MAIN] Successfully initialized")
log(common.logLevels.none, "Successfully initialized")
end
event.register("initialized", onInitialized)