]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/scores.qh
Add a think function for the secondary grenade, this clears up the issue with func...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / scores.qh
index 3f97eb5c81f34590c1b4c0880445755ce0ba7ca7..f94b683323dfb8b57d974c7d2b2dd683ace5d90b 100644 (file)
@@ -3,7 +3,6 @@ entity scores_initialized; // non-world when scores labels/rules have been set
 .float teamscores[MAX_TEAMSCORE];
 
 .float scores_accumulated[MAX_SCORE]; // for player stats only
-FTEQCC_YOU_SUCK_THIS_IS_NOT_UNREFERENCED(scores_accumulated);
 
 /**
  * Attaches a PlayerScore entity to a player. Use that in ClientConnect.