From e85a8161c338d1d16650b6f32b8a5ed93f4b050a Mon Sep 17 00:00:00 2001 From: Hector Franqui Date: Tue, 29 Aug 2017 18:12:21 -0500 Subject: [PATCH] Change names to match convention. --- actions/places.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actions/places.lua b/actions/places.lua index 5a3276c..19af7e1 100644 --- a/actions/places.lua +++ b/actions/places.lua @@ -84,8 +84,8 @@ npc.places.PLACE_TYPE = { TARGET = "schedule_target_pos" }, WORKPLACE = { - WORKPLACE_PRIMARY = "workplace_primary", - WORKPLACE_TOOL = "workplace_tool" + PRIMARY = "workplace_primary", + TOOL = "workplace_tool" }, OTHER = { HOME_PLOTMARKER = "home_plotmarker",