home · contact · privacy
Send log messages through server out file. Includes major refactoring.
[plomrogue] / src / server / init.c
index e4001f1693b7ea636cc19618dcb7bc79eef39996..ee9f9c276872897e121c7acca1b7268bd4ec3c27 100644 (file)
@@ -196,8 +196,6 @@ extern uint8_t remake_world()
     {
         return test;
     }
-    free(world.log);
-    world.log = NULL;      /* thing_actions.c's update_log() checks for this. */
     world.seed_map = world.seed;
     free_things(world.things);
     remake_map();