From 3ec4ee72599da062e8c9ee13eb218cfd71f3d294 Mon Sep 17 00:00:00 2001 From: Mircea Kitsune Date: Sat, 29 Oct 2011 23:42:47 +0300 Subject: [PATCH] To make things even more fun, make the default clipboard cvar seta instead of set. Now even if you restart Xonotic, you can paste your last copied object in the world :) --- defaultXonotic.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index a155221fe..a3fa5705d 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -557,7 +557,7 @@ set g_sandbox_object_scale_min 0.1 "minimum scale that objects can be set to" set g_sandbox_object_scale_max 2 "maximum scale that objects can be set to" set g_sandbox_object_material_velocity_min 100 "velocity objects must have while colliding for material effects to be applied" set g_sandbox_object_material_velocity_factor 0.002 "velocity range which decides the intensity of material effects" -set cl_sandbox_clipboard "" +seta cl_sandbox_clipboard "" seta menu_sandbox_spawn_model "" seta menu_sandbox_attach_bone "" -- 2.39.2