From 74802ce96e2b1e9a78c4c9b7c038d7eb627625bc Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Thu, 4 Jun 2015 17:07:25 -0400 Subject: [PATCH] Minor indent fix. --- plugins/include/console.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/console.inc b/plugins/include/console.inc index bdb2ef22..7f27d50c 100644 --- a/plugins/include/console.inc +++ b/plugins/include/console.inc @@ -73,7 +73,7 @@ enum ReplySource #define FCVAR_MATERIAL_SYSTEM (1<<4) // Defined by the material system. (EP1-only) #define FCVAR_HIDDEN (1<<4) // Hidden. Doesn't appear in find or autocomplete. Like DEVELOPMENTONLY, but can't be compiled out.1 (OB+) #define FCVAR_PROTECTED (1<<5) // It's a server cvar, but we don't send the data since it's a password, etc. - // Sends 1 if it's not bland/zero, 0 otherwise as value. + // Sends 1 if it's not bland/zero, 0 otherwise as value. #define FCVAR_SPONLY (1<<6) // This cvar cannot be changed by clients connected to a multiplayer server. #define FCVAR_ARCHIVE (1<<7) // Set to cause it to be saved to vars.rc #define FCVAR_NOTIFY (1<<8) // Notifies players when changed.