X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fdomination.qc;h=e0bad53d39f3fecb7975a22d7837d8a6e0db8728;hb=e53a7fa61810047536f1e2b2da0a7d0bc5c8c8a0;hp=2599b13518f1863637851440df9bbaacbfdf2aad;hpb=55a58edd7283429a241ac242065b6d739f482aab;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/domination.qc b/qcsrc/server/domination.qc index 2599b1351..e0bad53d3 100644 --- a/qcsrc/server/domination.qc +++ b/qcsrc/server/domination.qc @@ -355,7 +355,7 @@ void dom_controlpoint_setup() self.cnt = -1; - if(!self.message) + if(self.message == "") self.message = " has captured a control point"; if(self.DOMPOINTFRAGS <= 0)