diff --git a/code/modules/mob/mob.dm b/code/modules/mob/mob.dm index b4e3f2801e2..784996929a3 100644 --- a/code/modules/mob/mob.dm +++ b/code/modules/mob/mob.dm @@ -577,7 +577,7 @@ if(client && client.holder) if(statpanel("MC")) - stat("Round ID:", "[GLOB.round_id ? GLOB.round_id : "NULL"]" + stat("Round ID:", "[GLOB.round_id ? GLOB.round_id : "NULL"]") stat("Location:", "([x], [y], [z])") stat("CPU:", "[world.cpu]") stat("Instances:", "[world.contents.len]")