From 8c7941c19efd6cf1a76b113938515d9d549dc3db Mon Sep 17 00:00:00 2001 From: "M. Kristall" Date: Wed, 20 Oct 2010 06:08:33 +0000 Subject: * Fix a bug preventing the command loadcensors from being used --- src/game/g_svcmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/g_svcmds.c b/src/game/g_svcmds.c index 3d89ef47..c95add57 100644 --- a/src/game/g_svcmds.c +++ b/src/game/g_svcmds.c @@ -540,9 +540,9 @@ struct svcmd { "layoutLoad", qfalse, Svcmd_LayoutLoad_f }, { "layoutSave", qfalse, Svcmd_LayoutSave_f }, { "listmaps", qtrue, Svcmd_ListMapsWrapper }, + { "loadcensors", qfalse, G_LoadCensors }, { "m", qtrue, Svcmd_MessageWrapper }, { "mapRotation", qfalse, Svcmd_MapRotation_f }, - { "loadcensors", qfalse, G_LoadCensors }, { "printqueue", qfalse, Svcmd_PrintQueue_f }, { "say", qtrue, Svcmd_MessageWrapper }, { "say_team", qtrue, Svcmd_TeamMessage_f }, -- cgit