home · contact · privacy
Server: Fix "WORLD_UDPATED" message to "WORLD_UPDATED" message.
[plomrogue] / src / server / io.c
index b333be8fc272ad4ab1204a9a950f2488e669df31..227be3fd4e192a4886c29617771cc2637a245696 100644 (file)
@@ -357,7 +357,7 @@ extern char * io_round()
     if (world.do_update)
     {
         update_worldstate_file();
-        send_to_outfile("WORLD_UDPATED\n", 1);
+        send_to_outfile("WORLD_UPDATED\n", 1);
         world.do_update = 0;
     }
     try_growing_queue();