From: Mircea Kitsune Date: Tue, 25 Oct 2011 12:56:09 +0000 (+0300) Subject: menu_sandbox_spawn_model should be seta, so the last used model can be persisted X-Git-Tag: xonotic-v0.6.0~35^2~18^2~172 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=44cd4f6006c98e5b585a87737c006909b147df07;p=xonotic%2Fxonotic-data.pk3dir.git menu_sandbox_spawn_model should be seta, so the last used model can be persisted --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 2fd8df062..3733c9fd5 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -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