mt-mods / beowulf

anticheat mod
MIT License
9 stars 2 forks source link

nil at info.lang_code ==> crash at login #4

Closed Festus1965 closed 3 years ago

Festus1965 commented 3 years ago

under server engine 5.2.0 the

my solution:

if info.lang_code == nil then
        msg = msg .. " lang_code: nil"
    else
        msg = msg .. " lang_code: " .. info.lang_code
    end