X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fmain.qh;h=e189601a7c467cf9f757616fbc9ada286c9d62ae;hb=5dc828e3b59c65f75c870d4a57e34c023cdbdb86;hp=0685ca71f37d6a6bff68b5b11ddbe4402d816f99;hpb=2f553b6be14a316d31fe5c35df47c300ce6a1561;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/main.qh b/qcsrc/server/main.qh index 0685ca71f..e189601a7 100644 --- a/qcsrc/server/main.qh +++ b/qcsrc/server/main.qh @@ -16,6 +16,8 @@ bool autocvar_g_balance_falldamage_onlyvertical; #define autocvar_slowmo cvar("slowmo") float autocvar_sys_ticrate; +bool dropclient_schedule(entity this); + /** print(), but only print if the server is not local */ void dedicated_print(string input);