From 99764317de1165cf7ce601bfec862d7d05ac638d Mon Sep 17 00:00:00 2001 From: Markolie Date: Mon, 31 Aug 2015 17:47:58 +0200 Subject: [PATCH] Fix restart description --- code/modules/admin/admin.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index 9961cd2720e..a4a836db6a6 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -597,7 +597,7 @@ var/global/nologevent = 0 /datum/admins/proc/restart() set category = "Server" set name = "Restart" - set desc="Restarts the world immediately" + set desc = "Restarts the world." if(!check_rights(R_ADMIN)) return