X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fw_all.qc;h=930a413d58c487dbd4be050e2994c0ccd662f4dc;hb=0fb2edb6ae69233f04d66e3e9a32674b601e6963;hp=9a9b3830244602e00861704efe6716a2229f6304;hpb=21cd0bef7a9329d0201610bccedf8a29048b0291;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/w_all.qc b/qcsrc/server/w_all.qc index 9a9b38302..930a413d5 100644 --- a/qcsrc/server/w_all.qc +++ b/qcsrc/server/w_all.qc @@ -1,7 +1,11 @@ +// ONLY EVER ADD NEW WEAPONS AT THE END. IF YOU REMOVE ONE, PUT THE LAST ONE ON +// ITS PLACE. THIS IS TO AVOID UNNECESSARY RENUMBERING OF WEAPON IMPULSES. +// IF YOU DISREGARD THIS NOTICE, I'LL KILL YOU WITH THE @!#%'N TUBA #include "w_laser.qc" #include "w_shotgun.qc" #include "w_uzi.qc" #include "w_grenadelauncher.qc" +#include "w_minelayer.qc" #include "w_electro.qc" #include "w_crylink.qc" #include "w_nex.qc" @@ -12,6 +16,6 @@ #include "w_hook.qc" #include "w_hlac.qc" #include "w_tuba.qc" -#include "w_campingrifle.qc" +#include "w_sniperrifle.qc" #include "w_fireball.qc" #include "w_seeker.qc"