Help msg fix

This commit is contained in:
bbassie
2021-02-09 22:23:37 +01:00
parent c7c505b3b5
commit 928b069539

View File

@@ -10,7 +10,7 @@ require 'config.expcore.command_general_parse'
--- Get the last location of a player.
-- @command last-location
-- @tparam LuaPlayer player the player that you want a location of
Commands.new_command('last-location', 'Sends you a warning')
Commands.new_command('last-location', 'Sends you the last location of a player')
:add_param('player', false, 'player-role')
:set_flag('admin_only')
:register(function(player, action_player)