Fix client crashing when connecting to server
authorest31 <MTest31@outlook.com>
Tue, 29 Dec 2015 23:50:50 +0000 (00:50 +0100)
committerest31 <MTest31@outlook.com>
Tue, 29 Dec 2015 23:50:50 +0000 (00:50 +0100)
commita142e4f4b2256e7c4a16d14aecde6e04be33457c
tree2500af46290b924032facaf151fa9639076d1b03
parent9719aded5430dd57591310c9cae06944dc345d42
Fix client crashing when connecting to server

My commit

e2d54c9f9275e4f77ec33be8054621d42945f7a4 "shutdown when requested from lua in singleplayer too"

broke minetest's feature to connect to servers. The client crashed
after the connection init was complete.

Thanks to @sofar for reporting the bug.

Fixes #3498.
src/game.cpp