From 2efaa5f7afea5a437e9eaea8ea8f2b353b42d8d5 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Sun, 1 Apr 2018 13:35:44 +0100 Subject: [PATCH] Fixed Bug On info Set --- ExpCore/sync.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExpCore/sync.lua b/ExpCore/sync.lua index 61b449c9..c50d0275 100644 --- a/ExpCore/sync.lua +++ b/ExpCore/sync.lua @@ -144,7 +144,7 @@ function Sync.info(set) } end if not set then return global.exp_core.sync else - if not is_type('set','table') then return false end + if not is_type(set,'table') then return false end for key,value in pairs(set) do global.exp_core.sync[key] = value end