]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix typo
authorRudolf Polzer <divverent@alientrap.org>
Sun, 18 Dec 2011 20:06:39 +0000 (21:06 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Sun, 18 Dec 2011 20:06:39 +0000 (21:06 +0100)
defaultXonotic.cfg

index cdca6cb29ddc186a6f4ac8e1aac936960cbd4ed2..55e0b2c46afe2a048e8ba3b5fe521409174f20ff 100644 (file)
@@ -995,7 +995,7 @@ seta cl_notify_carried_items "3" "notify you of carried items when you obtain th
 
 // startmap_dm is used when running with the -listen or -dedicated commandline options
 set serverconfig server.cfg
-set sv_init 0
+set _sv_init 0
 alias startmap_dm "set _sv_init 0; map _init/_init; exec $serverconfig; set _sv_init 1"
 alias sv_loadconfig "exec $serverconfig"
 alias sv_restart "say \"Server will restart at the end of the match, you will all be reconnected automatically. $* \"; quit_and_redirect self"