File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -166,7 +166,11 @@ local function InitializeListeners()
166166 lobby :Disconnect ()
167167 if currentLoginWindow and not registerRecieved then
168168 if err == " Banned" and extendedReason then
169- currentLoginWindow .txtError :SetText (Configuration :GetErrorColor () .. " Banned - End time is in UTC. " .. extendedReason )
169+ if extendedReason == " Connection using proxy or VPN is not allowed! (You can ask for exception)" then
170+ currentLoginWindow .txtError :SetText (Configuration :GetErrorColor () .. extendedReason )
171+ else
172+ currentLoginWindow .txtError :SetText (Configuration :GetErrorColor () .. " Banned - End time is in UTC. " .. extendedReason )
173+ end
170174 currentLoginWindow :ResizeWindow ()
171175 else
172176 currentLoginWindow .txtError :SetText (Configuration :GetErrorColor () .. (err or " Denied, unknown reason" ))
You can’t perform that action at this time.
0 commit comments