X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fclientkill.qh;h=40e33b500312a31f3407ac1f90dc52f6c12c654e;hb=63157e17050c20f9cf81fbd6e392eaad836798a4;hp=5b26adf9150f155caa4551c6a08e9b0fcdcb56e7;hpb=16e64ff58cf65d7b3e0815aadb530580a6aa251b;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;