From 78dcde2530a0b96b746ab09c1c225a804fef0745 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Sat, 4 Jun 2022 13:05:13 -0300 Subject: [PATCH] Framework fixes by Flamanis --- boot.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/boot.lua b/boot.lua index 84a5d55da..7734e0020 100644 --- a/boot.lua +++ b/boot.lua @@ -6,9 +6,9 @@ local version, build, date, tocversion = GetBuildInfo() - _detalhes.build_counter = 9820 - _detalhes.alpha_build_counter = 9820 --if this is higher than the regular counter, use it instead - _detalhes.bcc_counter = 38 + _detalhes.build_counter = 9821 + _detalhes.alpha_build_counter = 9821 --if this is higher than the regular counter, use it instead + _detalhes.bcc_counter = 39 _detalhes.dont_open_news = true _detalhes.game_version = version _detalhes.userversion = version .. _detalhes.build_counter