remove useless comment (first sublime merge commit)

This commit is contained in:
tommy aka doge 2022-09-11 13:12:52 -04:00
parent 341cd7aa6e
commit 663d1f88f6

View File

@ -27,7 +27,6 @@ function commands:Get(name)
return self.command_list[name]
end
function commands:INIT()
-- self.command_list={}
for file in io.popen([[dir "./src/modules/commands" /b]]):lines() do require('./commands/'..file) end
print('commands done')
end