home · contact · privacy
Server: Remove redundant setting of world.do_update.
authorChristian Heller <c.heller@plomlompom.de>
Sun, 7 Dec 2014 02:44:52 +0000 (03:44 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Sun, 7 Dec 2014 02:44:52 +0000 (03:44 +0100)
src/server/init.c

index 1b36490947a2405912535b5516f7a427bdd0e3bb..093f1f5053905638ef2e5545a420db8bd707e1e2 100644 (file)
@@ -224,7 +224,6 @@ extern uint8_t remake_world()
         }
     }
     world.turn = 1;
-    world.do_update = 1; /* calling obey_msg() only sets this if world.exists */
     world.exists = 1;
     send_to_outfile("NEW_WORLD\n", 1);
     return 0;