X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fw_all.qc;h=ac4ef47ed3bc74c009b3b9d79e1433975102c3c7;hp=83fc8acb5de47e9f58406588fdebce20099ba899;hb=0199ef5a64bb041eb7c00ed091a10045cb502000;hpb=220b53b356c5d80ab29559bd2a4e3d9e256ef4e9 diff --git a/qcsrc/server/w_all.qc b/qcsrc/server/w_all.qc index 83fc8acb5..ac4ef47ed 100644 --- a/qcsrc/server/w_all.qc +++ b/qcsrc/server/w_all.qc @@ -1,3 +1,6 @@ +// 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" @@ -13,6 +16,6 @@ #include "w_hook.qc" #include "w_hlac.qc" #include "w_tuba.qc" -#include "w_campingrifle.qc" +#include "w_rifle.qc" #include "w_fireball.qc" #include "w_seeker.qc"