Skip to content

Commit bf8820f

Browse files
committed
Merge branch 'build-better' into staging
2 parents 7e5c257 + 52a42c9 commit bf8820f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ssqc/engineer.qc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ void (float objtobuild, float offset) TeamFortress_Build = {
617617
}
618618

619619
if (CheckArea(newmis, self) == 0) {
620-
sprint(self, PRINT_HIGH, "Not enough room to build here\n");
620+
sprint(self, PRINT_HIGH, "You can't build here\n");
621621
dremove(newmis);
622622
return;
623623
}

0 commit comments

Comments
 (0)