From 6b3a61c6632e870b9dd261c8aa58390b3aca69bf Mon Sep 17 00:00:00 2001 From: IronClawTrem Date: Sat, 7 Mar 2020 20:51:09 +0000 Subject: add !god command --- src/game/g_local.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/g_local.h') diff --git a/src/game/g_local.h b/src/game/g_local.h index 6aea23d..7c96014 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -452,6 +452,7 @@ typedef struct qboolean useUnlagged; statsCounters_t statscounters; int bubbleTime; + int godMode; } clientPersistant_t; #define MAX_UNLAGGED_MARKERS 10 -- cgit