From 44cd4f6006c98e5b585a87737c006909b147df07 Mon Sep 17 00:00:00 2001 From: Mircea Kitsune Date: Tue, 25 Oct 2011 15:56:09 +0300 Subject: [PATCH] menu_sandbox_spawn_model should be seta, so the last used model can be persisted --- defaultXonotic.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2