diff options
author | Mikko Tiusanen <ams@daug.net> | 2014-08-19 23:59:59 +0300 |
---|---|---|
committer | Mikko Tiusanen <ams@daug.net> | 2014-08-19 23:59:59 +0300 |
commit | 7ad16ee1fea76bab54d97a78c1063b7c2c2adef6 (patch) | |
tree | 8bb1b1338a6b6b7f393623dd8e083c1754ea4b29 /src/game/g_maprotation.c | |
parent | a7ca0aa8c8a66adce30b8ac21d4849b91e4fc75b (diff) |
Added layout selection support to nextmap vote.
Diffstat (limited to 'src/game/g_maprotation.c')
-rw-r--r-- | src/game/g_maprotation.c | 2 |
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( ); } |