]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/client.qc
Use a trace log for the client program version message and remove networked server...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / client.qc
index 902172cd0d687753e820df8d2b21e2289db16884..d403f2c111fc58002f86fa98dc6eef9c1429e7fd 100644 (file)
@@ -1104,9 +1104,6 @@ void ClientConnect(entity this)
        this.flags |= FL_CLIENT;
        assert(player_count >= 0, player_count = 0);
 
-#ifdef WATERMARK
-       Send_Notification(NOTIF_ONE_ONLY, this, MSG_INFO, INFO_WATERMARK, WATERMARK);
-#endif
        TRANSMUTE(Client, this);
        CS(this).version_nagtime = time + 10 + random() * 10;