summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorM. Kristall <mkpdev@gmail.com>2011-01-07 03:30:48 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:17:50 +0000
commitc84830d8405dbd2fd262a302d8ec8af2579ad5cc (patch)
tree6853e3d1f975122f579bbced8c223b9338a77d5d /src
parent9616a85558b5d7b02da1ef157bc805a93dc3c4fd (diff)
* Oops, missed one
Diffstat (limited to 'src')
-rw-r--r--src/game/g_admin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_admin.c b/src/game/g_admin.c
index c30aa546..893187d4 100644
--- a/src/game/g_admin.c
+++ b/src/game/g_admin.c
@@ -2767,7 +2767,7 @@ qboolean G_admin_restart( gentity_t *ent )
cl->sess.restartTeam = TEAM_ALIENS;
else if(cl->pers.teamSelection == TEAM_ALIENS )
cl->sess.restartTeam = TEAM_HUMANS;
- }
+ }
}
if( !Q_stricmp( teampref, "switchteamslock" ) ||