From ae06b0b1acd41a6e744445daf921ae8ea2d4a181 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Sun, 15 Apr 2018 20:03:02 +0100 Subject: [PATCH] Forgot to rename function --- Addons/Commands/home.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Addons/Commands/home.lua b/Addons/Commands/home.lua index 3f079d23..7647fab4 100644 --- a/Addons/Commands/home.lua +++ b/Addons/Commands/home.lua @@ -8,7 +8,7 @@ Discord: https://discord.gg/r6dC2uK ]] --Please Only Edit Below This Line----------------------------------------------------------- -local function homes(reset) +local function _homes(reset) global.addons = not reset and global.addons or {} global.addons.homes = not reset and global.addons.homes or {} return global.addons.homes