From f4e603ec85fd217ea593a351fb59393ef083bc3c Mon Sep 17 00:00:00 2001 From: Steven Howard Date: Tue, 9 Oct 2018 22:12:54 +0100 Subject: [PATCH] cleanup --- gamemodes/irresistible/cnr/player.pwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamemodes/irresistible/cnr/player.pwn b/gamemodes/irresistible/cnr/player.pwn index 92745da..ea5e718 100644 --- a/gamemodes/irresistible/cnr/player.pwn +++ b/gamemodes/irresistible/cnr/player.pwn @@ -241,7 +241,7 @@ new bool: p_PassiveModeDisabled [ MAX_PLAYERS char ], p_PassiveModeExpireTimer [ MAX_PLAYERS ] = { -1, ... }, Text3D: p_PassiveModeLabel [ MAX_PLAYERS ] = { Text3D: INVALID_3DTEXT_ID }, - bool: p_OffRadar [ MAX_PLAYERS char] + bool: p_OffRadar [ MAX_PLAYERS char ] ; /* ** Getters And Setters** */