diff --git a/code/controllers/configuration.dm b/code/controllers/configuration.dm index 6ebf0199be..d7ae7cf1ac 100644 --- a/code/controllers/configuration.dm +++ b/code/controllers/configuration.dm @@ -22,7 +22,7 @@ var/list/gamemode_cache = list() var/log_hrefs = 0 // logs all links clicked in-game. Could be used for debugging and tracking down exploits var/log_runtime = 0 // logs world.log to a file var/log_world_output = 0 // log world.log << messages - var/log_graffiti = 1 // logs graffiti + var/log_graffiti = 0 // logs graffiti var/sql_enabled = 0 // for sql switching var/allow_admin_ooccolor = 0 // Allows admins with relevant permissions to have their own ooc colour var/allow_vote_restart = 0 // allow votes to restart