From 9e452c3812677b47f1d60a6f246f4546f3795951 Mon Sep 17 00:00:00 2001
From: Samual <samual@xonotic.org>
Date: Sat, 17 Dec 2011 10:36:22 -0500
Subject: [PATCH] Alphabetical order ;)

---
 commands.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/commands.cfg b/commands.cfg
index f365483326..f07b33dad8 100644
--- a/commands.cfg
+++ b/commands.cfg
@@ -58,11 +58,11 @@ alias addvote "qc_cmd addtolist sv_vote_commands ${* ?}"
 alias bsp "ls maps/*.bsp"
 alias chmap "changelevel ${* ?}"
 alias clearmap "disconnect"
-alias rec "record demos/${1 !}"
 alias ply "playdemo $1"
-alias tdem "timedemo $1"
+alias rec "record demos/${1 !}"
 alias sv_loadconfig "exec $serverconfig"
 alias sv_restart "say \"Server will restart at the end of the match, you will all be reconnected automatically. ${* ?} \"; quit_and_redirect self"
+alias tdem "timedemo $1"
 
 
 // ===============================================
-- 
2.39.5