Don't set globals

master
Wuzzy 2016-08-11 17:57:37 +02:00
parent 73d70fe0e1
commit 5f142c3777
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ else
S = function ( s ) return s end
end
origin = {}
local origin = {}
origin.settings = {}
do