Fixed an issue with the command /keys

This commit is contained in:
Tercio Jose
2024-07-31 22:15:27 -03:00
committed by andrew6180
parent a65839529b
commit 69b63671fc
2 changed files with 14 additions and 3 deletions
+2 -2
View File
@@ -19,8 +19,8 @@
local addonName, Details222 = ...
local version = GetBuildInfo()
Details.build_counter = 12823
Details.alpha_build_counter = 12823 --if this is higher than the regular counter, use it instead
Details.build_counter = 12824
Details.alpha_build_counter = 12824 --if this is higher than the regular counter, use it instead
Details.dont_open_news = true
Details.game_version = version
Details.userversion = version .. " " .. Details.build_counter