diff CyborgMMO7.lua @ 42:5d18eb57ea2f

The PreLoad function should have been local.
author madcatzinc@35b17cf1-18cd-47ff-9ca3-31d6b526ef09
date Mon, 29 Apr 2013 17:44:34 +0000
parents 841191e42919
children 57d46de51ba7
line wrap: on
line diff
--- a/CyborgMMO7.lua	Mon Apr 29 17:44:28 2013 +0000
+++ b/CyborgMMO7.lua	Mon Apr 29 17:44:34 2013 +0000
@@ -239,7 +239,7 @@
 	end
 end
 
-function PreLoad(data)
+local function PreLoad(data)
 	-- create ID sets to sync
 	local itemIDs = {}
 	local petIDs = {}