X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fg_world.qc;h=e258e351a79892f5e9c8199dd4fada280f12e6b0;hb=76afe6b4bb64b3f349bcf8aeadd04d0b319a7d01;hp=f6a535580e5a636a1b065ef45d8eb5d3aeb5a5bc;hpb=59d98a3d21633633f78de97b3e68b5599c47e78f;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index f6a535580..e258e351a 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -12,17 +12,21 @@ #include "command/vote.qh" #include "g_hook.qh" #include +#include #include "ipban.qh" #include "mapvoting.qh" #include #include "race.qh" #include "scores.qh" #include "scores_rules.qh" +#include "spawnpoints.qh" #include "teamplay.qh" #include "weapons/weaponstats.qh" +#include #include "../common/constants.qh" #include #include "../common/deathtypes/all.qh" +#include #include "../common/gamemodes/sv_rules.qh" #include "../common/mapinfo.qh" #include "../common/monsters/_mod.qh" @@ -33,6 +37,7 @@ #include "../common/playerstats.qh" #include "../common/stats.qh" #include "../common/teams.qh" +#include #include "../common/mapobjects/trigger/secret.qh" #include "../common/mapobjects/target/music.qh" #include "../common/util.qh" @@ -934,8 +939,6 @@ spawnfunc(worldspawn) Nagger_Init(); - next_pingtime = time + 5; - // set up information replies for clients and server to use maplist_reply = strzone(getmaplist()); lsmaps_reply = strzone(getlsmaps());