]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/portals.qh
Fix kicked player not receiving the kick message (if sent with Send_Notification)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / portals.qh
index 20a2bd930c6f23b4e40b76159943f9fb6d12d24f..bdd15f049b392ca5bab185ee983b3b18d33a998d 100644 (file)
@@ -1,5 +1,8 @@
 #pragma once
 
+float autocvar_g_balance_portal_health;
+float autocvar_g_balance_portal_lifetime;
+
 .float portal_id;
 .entity portal_in, portal_out;