--- deliantra/server/socket/lowlevel.C 2010/10/05 21:40:06 1.79 +++ deliantra/server/socket/lowlevel.C 2010/10/25 11:35:15 1.81 @@ -55,9 +55,9 @@ { if (last_send + IDLE_PING <= NOW && pl && pl->active) { - // this is a bit ugly, but map1/map1a seem to be the only + // this is a bit ugly, but map1a seem to be the only // nop'able commands and they are quite small. - packet sl (mapmode == Map1Cmd ? "map1" : "map1a"); + packet sl ("map1a"); send_packet (sl); } else