We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 960ba31 commit 791abccCopy full SHA for 791abcc
ssqc/tfortmap.qc
@@ -2106,9 +2106,7 @@ void () item_tfgoal_touch = {
2106
return;
2107
2108
if (CTF_Map == 1) {
2109
- printf("CTF_Map: %f\n", CTF_Map);
2110
if (self.goal_no == 1) {
2111
- printf("self.goal_no: %f\n", self.goal_no);
2112
if (self.origin != self.oldorigin) {
2113
if (other.team_no == 1) {
2114
bprint(2, other.netname);
@@ -2173,7 +2171,6 @@ void () item_tfgoal_touch = {
2173
2171
}
2174
2172
2175
if (Activated(self, other)) {
2176
- printf("activated\n");
2177
tfgoalitem_GiveToPlayer(self, other, self);
2178
if (other.health > 0) {
2179
self.goal_state = 1;
0 commit comments