Is there a way to turn off the world saving messages, (but of course still have it save) and have them not show in the journal?
 
C#:
if (message)

            {

                Broadcast(0x35, true, "World save complete. The entire process took {0:F1} seconds.", watch.Elapsed.TotalSeconds);

            }

Hi, i had the script like this. but still not showing to players... i have to change something else to show up?
 
Back