From: Carl Worth Date: Thu, 21 May 2020 03:33:27 +0000 (-0700) Subject: Avoid an undefined reference when handed an unknwown game ID X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=4d1242c9bcd831fa3333c3e9c73a08759741734c;hp=4d1242c9bcd831fa3333c3e9c73a08759741734c;p=empires-server Avoid an undefined reference when handed an unknwown game ID We're on our way to a clean 404 error, but we don't want to hit a JavaScript error along the way. ---