diff options
Diffstat (limited to 'script/gc.lua')
-rw-r--r-- | script/gc.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/gc.lua b/script/gc.lua index 24a72f15..7bb81569 100644 --- a/script/gc.lua +++ b/script/gc.lua @@ -5,6 +5,7 @@ local util = require 'utility' local mt = {} mt.__index = mt mt.type = 'gc' +mt._removed = false mt._max = 10 |