mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 18:13:34 +01:00
Fix restart description
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user