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) log(common.logLevels.small, "[MAIN] %s event registered", eventName)
end end
log(common.logLevels.none, "[MAIN] Successfully initialized") log(common.logLevels.none, "Successfully initialized")
end end
event.register("initialized", onInitialized) event.register("initialized", onInitialized)