diff --git a/plugins/include/console.inc b/plugins/include/console.inc index bdb2ef226..7f27d50c4 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.