Skip to content

Commit

Permalink
Merge branch 'build-better' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
drzel committed Sep 14, 2024
2 parents 7e5c257 + 52a42c9 commit bf8820f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssqc/engineer.qc
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ void (float objtobuild, float offset) TeamFortress_Build = {
}

if (CheckArea(newmis, self) == 0) {
sprint(self, PRINT_HIGH, "Not enough room to build here\n");
sprint(self, PRINT_HIGH, "You can't build here\n");
dremove(newmis);
return;
}
Expand Down

0 comments on commit bf8820f

Please sign in to comment.