]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
menu_sandbox_spawn_model should be seta, so the last used model can be persisted
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 25 Oct 2011 12:56:09 +0000 (15:56 +0300)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 25 Oct 2011 12:56:09 +0000 (15:56 +0300)
defaultXonotic.cfg

index 2fd8df062fdc2287a823d5c441a5c639b106aa24..3733c9fd5d1c705ea00884e79606abaef6cd818b 100644 (file)
@@ -546,7 +546,7 @@ set g_sandbox_info 1 "print non-critical information to the server"
 set g_sandbox_editor_distance_spawn 200 "distance at which objects spawn in front of the player"
 set g_sandbox_editor_distance_edit 350 "distance at which players can edit or remove objects they are looking at"
 
-set menu_sandbox_spawn_model "" // used to store the model in the input field
+seta menu_sandbox_spawn_model "" // used to store the model in the input field
 
 alias menu_showsandboxtools "menu_cmd directmenu SandboxTools"
 bind f7 menu_showsandboxtools