home · contact · privacy
Server: Simplify rule for when to update worldstate file.
[plomrogue] / src / server / run.c
index 3f1b1e39aa9893f716e06557eb4d8d301dc2a9c5..8e1914b72da4b0c75642465463165c3c390c8b4b 100644 (file)
@@ -360,7 +360,7 @@ extern void obey_msg(char * msg, uint8_t do_record)
         free(msg_copy);
         return;
     }
-    world.last_update_turn = 0;
+    world.do_update = 1;
     free(msg_copy);
     if (do_record)
     {