mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +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:
@@ -49,7 +49,7 @@ end)
|
||||
--- Changes the amount of bonus you receive
|
||||
-- @command bonus
|
||||
-- @tparam number amount range 0-10 the increase for your bonus
|
||||
Commands.new_command('bonus', 'Changes the amount of bonus you receive')
|
||||
Commands.new_command('bonus', {'expcom-bonus.description'}, 'Changes the amount of bonus you receive')
|
||||
:add_param('amount', 'integer-range', 0, 10)
|
||||
:register(function(player, amount)
|
||||
if not Roles.player_allowed(player, 'command/bonus') then
|
||||
|
||||
Reference in New Issue
Block a user