Skip to content

Commit

Permalink
Framework fixes by Flamanis
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Jun 4, 2022
1 parent d0d7f9e commit 78dcde2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions boot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78dcde2

Please sign in to comment.