]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/mutator/gamemode_keepaway.qc
GameRules: initialize as early as possible
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / mutator / gamemode_keepaway.qc
index 727324268d3e890b245d5ae907792f9b618af611..7b33bea6f374dd585755e6a31f572830b514b73d 100644 (file)
@@ -472,10 +472,5 @@ void ka_SpawnBall() // loads various values for the ball, runs only once at star
 
 void ka_Initialize() // run at the start of a match, initiates game mode
 {
-       GameRules_scoring(0, SFL_SORT_PRIO_PRIMARY, 0, {
-        field(SP_KEEPAWAY_PICKUPS, "pickups", 0);
-        field(SP_KEEPAWAY_CARRIERKILLS, "bckills", 0);
-        field(SP_KEEPAWAY_BCTIME, "bctime", SFL_SORT_PRIO_SECONDARY);
-    });
        ka_SpawnBall();
 }