bit of cleaning

This commit is contained in:
ZioPao
2024-05-05 17:02:14 +02:00
parent f9ad597d2b
commit 17718cbbca
2 changed files with 1 additions and 2 deletions

View File

@@ -11,7 +11,6 @@ local Main = {
function Main.Start() function Main.Start()
TOC_DEBUG.print("Starting The Only Cure version " .. tostring(Main._version)) TOC_DEBUG.print("Starting The Only Cure version " .. tostring(Main._version))
--Main.SetupTraits()
Main.SetupEvents() Main.SetupEvents()
end end