From 928b06953935a1e0e66c5ac866d44dff0ce47aed Mon Sep 17 00:00:00 2001 From: bbassie Date: Tue, 9 Feb 2021 22:23:37 +0100 Subject: [PATCH] Help msg fix --- modules/commands/last-location.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/commands/last-location.lua b/modules/commands/last-location.lua index 5e626e53..35730117 100644 --- a/modules/commands/last-location.lua +++ b/modules/commands/last-location.lua @@ -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)