]> git.sesse.net Git - nms/commitdiff
Disable C&C3 the "real" way.
authorroot <root@sysrq>
Wed, 4 Apr 2007 18:01:38 +0000 (20:01 +0200)
committerroot <root@sysrq>
Wed, 4 Apr 2007 18:01:38 +0000 (20:01 +0200)
mbd/access_list.pl

index c3d129d4066c6ceadee81232da1d87b3ad7472ab..55a89252e0a1613cceb285d14eb6964de691ef76 100644 (file)
@@ -113,10 +113,11 @@ our @access_list = (
 
        # command & conquer 3 - untested (packet dump only, reported to have some kind
        # of chat functionality)
-#      {
-#              ports => [ "8086..8093" ],
-#              sizes => [ 476 ]
-#      },
+       {
+               ports => [ "8086..8093" ],
+               sizes => [ 476 ],
+               filter => sub { return 0; }
+       },
 
        # unreal tournament, port 9777?
 )