projects
/
xonotic
/
xonotic-data.pk3dir.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Don't consider grabbing a cheat if sandbox mode is enabled
[xonotic/xonotic-data.pk3dir.git]
/
qcsrc
/
server
/
cheats.qh
diff --git
a/qcsrc/server/cheats.qh
b/qcsrc/server/cheats.qh
index 8c276919c51082206169b6050dd44335d7d1fc84..c9a449b53794a6681e2f9b5d1dd5db9be56bae3b 100644
(file)
--- a/
qcsrc/server/cheats.qh
+++ b/
qcsrc/server/cheats.qh
@@
-11,3
+11,5
@@
float CheatCommand(float argc);
float CheatFrame();
void Drag_MoveDrag(entity from, entity to); // call this from CopyBody
+
+float Drag(entity e); // used by sandbox code
\ No newline at end of file