remove useless comment (first sublime merge commit)
This commit is contained in:
parent
341cd7aa6e
commit
663d1f88f6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user