From 1523f179f8492e8f1502edda64f84787f9765f10 Mon Sep 17 00:00:00 2001 From: Tercioo Date: Sat, 23 Mar 2019 20:20:12 -0300 Subject: [PATCH] - Added te first batch of API 2.0 (file functions/api2.lua) --- boot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.lua b/boot.lua index feea8fc5..feb587c0 100644 --- a/boot.lua +++ b/boot.lua @@ -8,7 +8,7 @@ _detalhes.alpha_build_counter = 7042 --if this is higher than the regular counter, use it instead _detalhes.game_version = "v8.1.5" _detalhes.userversion = "v8.1.5." .. _detalhes.build_counter - _detalhes.realversion = 136 --core version, this is used to check API version for scripts and plugins (see alias below) + _detalhes.realversion = 138 --core version, this is used to check API version for scripts and plugins (see alias below) _detalhes.APIVersion = _detalhes.realversion --core version _detalhes.version = _detalhes.userversion .. " (core " .. _detalhes.realversion .. ")" --simple stirng to show to players