From 9fcc62c1fc4c94b8c9a60b918c5867e316e47ad2 Mon Sep 17 00:00:00 2001 From: Panquesito7 <51391473+Panquesito7@users.noreply.github.com> Date: Thu, 18 Jul 2019 20:43:38 -0500 Subject: [PATCH] Fix typo --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index b8bdc8d..ad8fd73 100644 --- a/init.lua +++ b/init.lua @@ -387,7 +387,7 @@ if enable_configuration then -- Show the available places to the player. if param == "" then - -- shivajiva101's function (thanks!). + -- shivajiva101's POI mod function (thanks!). local places = {} for key, value in pairs(available_places) do table.insert(places, key) @@ -397,7 +397,7 @@ if enable_configuration then end table.insert(places, S("Usage: /tpp ")) return true, table.concat(places, "\n") - -- End shivajiva101's function. + -- End shivajiva101's POI mod function. -- Teleport player to the specified place. elseif available_places[param] then