Version Control fix

This commit is contained in:
Lexie
2023-11-02 07:25:05 +11:00
parent aefe0f7b6b
commit 0ffd6bc4c0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3848,7 +3848,7 @@ function ChatFrame_OnEvent(event)
if name == "LFT" then
local msg, v, remoteversion = AtlasLoot_strsplit(":", arg1)
if msg == "Atlasloot" then
local remoteversion = tonumber(remoteversion)
local remoteversion = tonumber(remoteversion) or 0
if remoteversion >= 40000 then remoteversion = 0 end --Block for people using some version from another version of WoW.
if v == "VERSION" and remoteversion then
if remoteversion > localversion then