VMF automatically determines VT version

This commit is contained in:
bi 2018-05-21 15:00:22 +03:00
parent b44dac106e
commit cfd0b449e8

View file

@ -1,4 +1,4 @@
VT1 = true VT1 = (type(script_data["eac-untrusted"]) == "nil")
--move vmf to local var --move vmf to local var
return { return {
init = function(object) init = function(object)