summaryrefslogtreecommitdiff
path: root/src/game/g_maprotation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_maprotation.c')
-rw-r--r--src/game/g_maprotation.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/g_maprotation.c b/src/game/g_maprotation.c
index 05b9969..2de77f0 100644
--- a/src/game/g_maprotation.c
+++ b/src/game/g_maprotation.c
@@ -762,6 +762,8 @@ void G_PrintCurrentRotation( gentity_t *ent, const char *command )
if( g_nextMap.string[ 0 ] )
ADMBP( va( "^3the next map has been set to %s\n", g_nextMap.string ) );
+ if( g_nextLayout.string[ 0 ] )
+ ADMBP( va( "^3the next layout has been set to %s\n", g_nextLayout.string ) );
ADMBP_end( );
}