automatic update

This commit is contained in:
HybridDog 2014-11-28 21:26:10 +01:00
parent e6c12f5184
commit 0a9386f8c4

View File

@ -6,7 +6,9 @@
local time_load_start = os.clock()
print("[nuke] loading...")
nuke = nuke or {}
if not rawget(_G, "nuke") then
nuke = {}
end
--nuke.drop_items = false --this will only cause lags
nuke.RANGE = {}