X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fclientkill.qh;h=40e33b500312a31f3407ac1f90dc52f6c12c654e;hb=1bfd56504a32a960cec5a7f3721dec87b8abedf5;hp=5b26adf9150f155caa4551c6a08e9b0fcdcb56e7;hpb=791f300d2660d6b75a51c6e7f302d6fa6b64861a;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/clientkill.qh b/qcsrc/server/clientkill.qh index 5b26adf91..40e33b500 100644 --- a/qcsrc/server/clientkill.qh +++ b/qcsrc/server/clientkill.qh @@ -1,3 +1,7 @@ +#pragma once + +float autocvar_g_balance_kill_delay; +float autocvar_g_balance_kill_antispam; // set when showing a kill countdown .entity killindicator;