Do not overwrite the newgame command. This will break the addons

This commit is contained in:
Yamagi Burmeister 2011-10-11 09:21:05 +00:00
parent 133ac1e5d6
commit 88be087f84

View file

@ -72,33 +72,3 @@ set freelook 1
set ogg_enable 1
set cd_nocd 1
//----------------------------------------------
//
// userinfo
//
set name Player
set skin male/grunt
//----------------------------------------------
//
// the demo loop. do NOT change this!
//
alias d1 "demomap idlog.cin ; set nextserver d2"
alias d2 "demomap demo1.dm2 ; set nextserver d3"
alias d3 "demomap idlog.cin ; set nextserver d4"
alias d4 "demomap demo2.dm2 ; set nextserver d1"
//
// newgame command. do NOT change this!
//
alias newgame " killserver ; maxclients 1 ; deathmatch 0 ; map *ntro.cin+base1"
//
// dedicated server startup. do NOT change this!
//
alias dedicated_start "map base1"