Skip to content

Commit b876769

Browse files
committed
Remove the traceline requirement of a sentry
1 parent e2ccab3 commit b876769

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

share/engineer.qc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ float (entity obj, entity builder) CheckArea = {
4444
if ((pos == CONTENT_SOLID) || (pos == CONTENT_SKY)) {
4545
return (0);
4646
}
47-
traceline(builder.origin, obj.origin, 1, builder);
48-
if (trace_fraction != 1) {
49-
return (0);
50-
}
47+
/* traceline(builder.origin, obj.origin, 1, builder); */
48+
/* if (trace_fraction != 1) { */
49+
/* return (0); */
50+
/* } */
5151
te = findradius(obj.origin, 64);
5252
if (te != world) {
5353
return (0);

0 commit comments

Comments
 (0)