]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mapvoting.qc
Purge SetResourceAmountExplicit
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mapvoting.qc
index 5c564d56db45fc7baeabeb9c6fd22240cc4263df..3ba64a3b167c30e2421c92882f2a83d9dfedabb8 100644 (file)
@@ -593,7 +593,7 @@ void MapVote_Tick()
                // hide scoreboard again
                if(GetResourceAmount(it, RESOURCE_HEALTH) != 2342)
                {
-                       SetResourceAmountExplicit(it, RESOURCE_HEALTH, 2342);
+                       SetResourceAmount(it, RESOURCE_HEALTH, 2342);
                        CS(it).impulse = 0;
 
                        msg_entity = it;