home · contact · privacy
Server: Only fflush() via send_to_outfile() when messages are finished.
[plomrogue] / src / server / init.c
index f4c191b8c72ff52d8a6bbe05d509ac33fa14a341..fefe3f3a27cba083ccfb9a763b0bd08a55cf2f05 100644 (file)
@@ -226,7 +226,7 @@ extern uint8_t remake_world()
     world.turn = 1;
     world.do_update = 1;
     world.exists = 1;
-    send_to_outfile("NEW_WORLD\n");
+    send_to_outfile("NEW_WORLD\n", 1);
     return 0;
 }