fastload patch 2/?

This commit is contained in:
Ben Russell (300178622) 2015-11-02 15:00:57 +13:00
parent d1fabcbe63
commit f9d144722a

View File

@ -137,6 +137,7 @@ function fastload_analyse_client()
state.e.pcall = pcall
state.e.pairs = pairs
state.e.ipairs = ipairs
state.e.unpack = unpack
-- Tell it there's a sandbox
state.e.sandbox = {}