X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fplayer.qc;h=4d59943b682dfb89a81d68e274100e2b1f1d0a86;hp=43878e0fb5a1fc03bd171b27da8ceefb0ae83427;hb=0076d3f631e54b908b7506883c75c6d28f6b9505;hpb=b093c2ea2c367cb9bb4ce2c0468346080938270c diff --git a/qcsrc/server/player.qc b/qcsrc/server/player.qc index 43878e0fb5..4d59943b68 100644 --- a/qcsrc/server/player.qc +++ b/qcsrc/server/player.qc @@ -5,7 +5,6 @@ #include "cheats.qh" #include "g_damage.qh" #include "handicap.qh" -#include "g_subs.qh" #include "miscfunctions.qh" #include "portals.qh" #include "teamplay.qh" @@ -15,8 +14,9 @@ #include "../common/anim.qh" #include "../common/animdecide.qh" #include "../common/csqcmodel_settings.qh" +#include "../common/gamemodes/sv_rules.qh" #include "../common/deathtypes/all.qh" -#include "../common/triggers/subs.qh" +#include "../common/mapobjects/subs.qh" #include "../common/playerstats.qh" #include "../lib/csqcmodel/sv_model.qh" @@ -25,7 +25,7 @@ #include "../common/physics/player.qh" #include "../common/effects/qc/_mod.qh" #include "../common/mutators/mutator/waypoints/waypointsprites.qh" -#include "../common/triggers/include.qh" +#include "../common/mapobjects/_mod.qh" #include "../common/wepent.qh" #include "weapons/weaponstats.qh"