Only allow strings to be passed to minetest.global_exists (#4253)
authorHybridDog <ovvv@web.de>
Tue, 28 Jun 2016 04:34:22 +0000 (06:34 +0200)
committerest31 <est31@users.noreply.github.com>
Tue, 28 Jun 2016 04:34:22 +0000 (06:34 +0200)
commit80cebdc23c29ed778958ba3a35662cbc5f5e2f09
treedcc29e32c574ad1ef015cb3ff3d4bef20442e840
parentab7a5c4ff138c39a2491592731d677c9f392caa0
Only allow strings to be passed to minetest.global_exists (#4253)

Sometimes you accidentally forget the quotes when using global_exists, this makes minetest abort if you did so.

M  builtin/common/strict.lua
builtin/common/strict.lua