Minor fixes and improvements

This commit is contained in:
Panquesito7
2020-06-04 13:04:34 -05:00
parent caad7d4e05
commit 562fd56ff0
6 changed files with 11 additions and 15 deletions

View File

@ -15,12 +15,10 @@ Syntax:
inventory is always stored (Ex. active state for machines)
--]]
wrench.META_TYPE_INT = 0
wrench.META_TYPE_FLOAT = 1
wrench.META_TYPE_STRING = 2
local _, STRING, FLOAT =
wrench.META_TYPE_INT,
local STRING, FLOAT =
wrench.META_TYPE_STRING,
wrench.META_TYPE_FLOAT