From: Mircea Kitsune Date: Sat, 29 Oct 2011 20:42:47 +0000 (+0300) Subject: To make things even more fun, make the default clipboard cvar seta instead of set... X-Git-Tag: xonotic-v0.6.0~35^2~18^2~38 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=3ec4ee72599da062e8c9ee13eb218cfd71f3d294;p=xonotic%2Fxonotic-data.pk3dir.git 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 :) --- 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 ""