diff options
Diffstat (limited to 'plugins/autofire/init.lua')
-rw-r--r-- | plugins/autofire/init.lua | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/autofire/init.lua b/plugins/autofire/init.lua index 72ee65672d4..cfb055b7465 100644 --- a/plugins/autofire/init.lua +++ b/plugins/autofire/init.lua @@ -1,11 +1,11 @@ -- license:BSD-3-Clause -- copyright-holders:Jack Li -local exports = {} -exports.name = 'autofire' -exports.version = '0.0.3' -exports.description = 'Autofire plugin' -exports.license = 'The BSD 3-Clause License' -exports.author = { name = 'Jack Li' } +local exports = { + name = 'autofire', + version = '0.0.3', + description = 'Autofire plugin', + license = 'The BSD 3-Clause License', + author = { name = 'Jack Li' } } local autofire = exports |