X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fcheats.qh;h=3ff0f6a775f78dc7f52c72f4aa6727dc8a9f96c6;hb=ad48f34a4a109c864ffe01a14f2290821c03dc9d;hp=962e017a19d6dad9e4919c86d53b20bb92efb84c;hpb=969dc49d01d650a812706aba16c765af488605d0;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/cheats.qh b/qcsrc/server/cheats.qh index 962e017a1..3ff0f6a77 100644 --- a/qcsrc/server/cheats.qh +++ b/qcsrc/server/cheats.qh @@ -14,6 +14,9 @@ float CheatFrame(entity this); const float CHRAME_DRAG = 8; +// speedrun: when 1, player auto teleports back when capture timeout happens +.bool speedrunning; + bool drag_undraggable(entity draggee, entity dragger); .bool(entity this, entity dragger) draggable;