X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fspawnpoints.qc;h=ab0d2bea43f1122610e555bd5eca1d8136eb2e57;hb=54c73db251372d28956d780656c4a0a78a2e54ca;hp=61969ae35b8d0641c874472a7503bb6ebae0e851;hpb=ad22f3a1bc3b8fd93f5eabb0ab7139908d98b650;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/spawnpoints.qc b/qcsrc/server/spawnpoints.qc index 61969ae35..ab0d2bea4 100644 --- a/qcsrc/server/spawnpoints.qc +++ b/qcsrc/server/spawnpoints.qc @@ -1,23 +1,23 @@ #include "spawnpoints.qh" -#include -#include -#include "race.qh" -#include -#include #include -#include -#include #include #include #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) { @@ -165,7 +165,6 @@ spawnfunc(info_player_start) spawnfunc(info_player_deathmatch) { - this.classname = "info_player_deathmatch"; IL_PUSH(g_spawnpoints, this); relocate_spawnpoint(this); }