]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/arena.qc
Merge branch 'master' into terencehill/itemstime
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / arena.qc
index 8a4a404307a1a87749fd88613f1418d79b4f5ed5..1c0d090e2d6e6623755d862b08f078795d40633a 100644 (file)
@@ -13,6 +13,7 @@ float warmup;
 
 void PutObserverInServer();
 void PutClientInServer();
+void Item_ItemsTime_Reset();
 
 float next_round;
 float redalive, bluealive, yellowalive, pinkalive;
@@ -46,6 +47,8 @@ void reset_map(float dorespawn)
 
        race_ReadyRestart();
 
+       Item_ItemsTime_Reset();
+
        for(self = world; (self = nextent(self)); )
        if(clienttype(self) == CLIENTTYPE_NOTACLIENT)
        {