]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/gamemode_nexball.qc
Merge remote branch 'origin/master' into tzork/gm_nexball
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / gamemode_nexball.qc
index 198ee9c8b144b48b20405dd64d0ccc229e7db797..8554a12238f08c2aea42b1bec64e5017de5f2492 100644 (file)
@@ -943,7 +943,7 @@ MUTATOR_HOOKFUNCTION(nexball_PlayerSpawn)
     if(nexball_mode & NBM_BASKETBALL)
         self.weapons |= W_WeaponBit(WEP_PORTO);
     else
-        self.weapons = 0; //W_WeaponBit(WEP_PORTO);
+        self.weapons = 0; //    W_WeaponBit(WEP_PORTO);
 
     return FALSE;
 }