]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - defaultXonotic.cfg
Flood protection of object spawning and pasting. Defaulted to 1 second
[xonotic/xonotic-data.pk3dir.git] / defaultXonotic.cfg
index 78a22858147170c0ebed14975dc56e5e24919324..c5d5e24b9f54102b034f7176b00d072915347b81 100644 (file)
@@ -552,6 +552,7 @@ set g_sandbox_info 1 "print object information to the server. 1 prints info abou
 set g_sandbox_storage_name default "name of the selected storage to use"
 set g_sandbox_storage_autosave 5 "storage is automatically saved every specified number of seconds"
 set g_sandbox_storage_autoload 1 "if a storage file exists for the given map, automatically load it at startup"
+set g_sandbox_editor_flood 1 "players must wait this many seconds between spawning objects"
 set g_sandbox_editor_maxobjects 1000 "maximum number of objects that may exist at a time"
 set g_sandbox_editor_free 1 "0 = players can only copy or edit their own objects, 1 = players can copy but not edit other objects, 2 = players can copy and edit all object"
 set g_sandbox_editor_distance_spawn 200 "distance at which objects spawn in front of the player"