Cleanup GetBuildInfo since we dont need to check versions.

This commit is contained in:
andrew6180
2024-05-21 02:06:53 -07:00
parent 60c4c0c1c1
commit c89fc78cec
11 changed files with 38 additions and 179 deletions
-4
View File
@@ -599,10 +599,6 @@ function Details:StartMeUp()
if (DetailsFramework:IsNearlyEqual(Details.class_coords.ROGUE[4], 0.375)) then
DetailsFramework.table.copy(Details.class_coords, Details.default_profile.class_coords)
end
--shutdown the old OnDeathMenu
--cleanup: this line can be removed after the first month of dragonflight
Details.on_death_menu = false
end
Details.AddOnLoadFilesTime = _G.GetTime()