X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fspawnpoints.qc;h=ab0d2bea43f1122610e555bd5eca1d8136eb2e57;hb=df02c7e6ca72093f5ecd2ad90e317ff648c6a525;hp=3dc76afc0df832d926703f7ffd1fa2611af803ce;hpb=53c87b81040e9c1d52320952a9c3a06d3429be3b;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/spawnpoints.qc b/qcsrc/server/spawnpoints.qc index 3dc76afc0..ab0d2bea4 100644 --- a/qcsrc/server/spawnpoints.qc +++ b/qcsrc/server/spawnpoints.qc @@ -1,20 +1,23 @@ #include "spawnpoints.qh" -#include -#include "g_world.qh" -#include "miscfunctions.qh" -#include "race.qh" -#include "defs.qh" -#include "../common/constants.qh" -#include -#include "../common/teams.qh" +#include #include -#include "../common/mapobjects/subs.qh" -#include "../common/mapobjects/target/spawnpoint.qh" -#include "../common/util.qh" -#include "../lib/warpzone/common.qh" -#include "../lib/warpzone/util_server.qh" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include +#include bool SpawnPoint_Send(entity this, entity to, int sf) { @@ -162,7 +165,6 @@ spawnfunc(info_player_start) spawnfunc(info_player_deathmatch) { - this.classname = "info_player_deathmatch"; IL_PUSH(g_spawnpoints, this); relocate_spawnpoint(this); }