Fixed bugs 4144 and 4145

This commit is contained in:
Richard Allen 2009-06-28 17:27:12 +00:00
parent bd805999ba
commit ad01e9a850
2 changed files with 2 additions and 2 deletions

View file

@ -110,7 +110,7 @@ BQ=qvm
GDIRNAME=game
CGDIRNAME=cgame
UIDIRNAME=ta_ui
UIDIRNAME=ui
GDIR=$(MOUNT_DIR)/$(GDIRNAME)
CGDIR=$(MOUNT_DIR)/$(CGDIRNAME)
UIDIR=$(MOUNT_DIR)/$(UIDIRNAME)

View file

@ -6085,7 +6085,7 @@ static void UI_RunMenuScript(char **args)
}
//trap_Cmd_ExecuteText( EXEC_NOW, "quit");
//Makro - saved config file before exiting
trap_Cmd_ExecuteText(EXEC_APPEND, "writeconfig rq3config.cfg ; quit\n");
trap_Cmd_ExecuteText(EXEC_APPEND, "writeconfig Reaction.cfg ; quit\n");
//Makro - weapon menu after joining a team
} else if (Q_stricmp(name, "weapAfterJoin") == 0) {
//only in teamplay