diff --git a/parts/gametoolfunc.lua b/parts/gametoolfunc.lua index 2b2cf3f6..efb7ee33 100644 --- a/parts/gametoolfunc.lua +++ b/parts/gametoolfunc.lua @@ -1130,13 +1130,17 @@ do return else local res=JSON.decode(message) - if VERSION_CODE>=res.lowest then - NET.allow_online=true + if res then + if VERSION_CODE>=res.lowest then + NET.allow_online=true + end + if VERSION_CODE