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]
|
return self.command_list[name]
|
||||||
end
|
end
|
||||||
function commands:INIT()
|
function commands:INIT()
|
||||||
-- self.command_list={}
|
|
||||||
for file in io.popen([[dir "./src/modules/commands" /b]]):lines() do require('./commands/'..file) end
|
for file in io.popen([[dir "./src/modules/commands" /b]]):lines() do require('./commands/'..file) end
|
||||||
print('commands done')
|
print('commands done')
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user