]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/announcer.qc
Get rid of if not, step 1.
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / announcer.qc
index b53c04da052b048a233054639cbf659480d3cc34..64807b4022c2b8bf19236064c0c1b637aee224c8 100644 (file)
@@ -65,7 +65,7 @@ void Announcer_Gamestart()
                if(time < startTime) 
                {
                        entity e = find(world, classname, "announcer_countdown");
-                       if not(e)
+                       if (!e)
                        {
                                e = spawn();
                                e.classname = "announcer_countdown";