--- deliantra/server/socket/request.C 2007/04/03 00:21:38 1.84 +++ deliantra/server/socket/request.C 2007/04/14 14:47:48 1.85 @@ -150,14 +150,7 @@ object *ob = pl->ob; char buf[MAX_BUF]; /* eauugggh */ - if (socket.force_newmap) - { - // force newmap is used for clients that do not redraw their map - // after image uploads. - socket.current_map = ob->map; - clear_map (pl); - } - else if (socket.current_map != ob->map) + if (socket.current_map != ob->map || socket.force_newmap) { clear_map (pl); socket.current_map = ob->map;