mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-28 03:55:23 +09:00
Add Missing Command Locales (#331)
* Update lawnmower.lua * Update bonus.lua * Update greetings.lua * Update personal-logistic.lua * Update quickbar.lua * Update personal_logistic.lua * Update tag.lua * Update commands.cfg * Update commands.cfg * Update commands.cfg
This commit is contained in:
@@ -41,7 +41,7 @@ local ignoredItems = {
|
||||
|
||||
--- Saves your quickbar preset to the script-output folder
|
||||
-- @command save-quickbar
|
||||
Commands.new_command('save-quickbar', 'Saves your Quickbar preset items to file')
|
||||
Commands.new_command('save-quickbar', {'expcom-quickbar.description'}, 'Saves your quickbar preset items to file')
|
||||
:add_alias('save-toolbar')
|
||||
:register(function(player)
|
||||
local filters = {}
|
||||
@@ -64,4 +64,4 @@ Commands.new_command('save-quickbar', 'Saves your Quickbar preset items to file'
|
||||
end
|
||||
|
||||
return {'quickbar.saved'}
|
||||
end)
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user