mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Common: unmark "set" command from FCVAR_DEVELOPMENTONLY from dedicated
"set" is already marked as FCVAR_CHEATS, and typically used when sv_cheats 1; remove FCVAR_DEVELOPMENTONLY from dedi builds as well.
This commit is contained in:
parent
1bdc3b893e
commit
3e8cda22b3
@ -391,7 +391,6 @@ void ConCommand_InitShipped(void)
|
|||||||
"connectAsSpectator",
|
"connectAsSpectator",
|
||||||
"connectWithKey",
|
"connectWithKey",
|
||||||
"silentconnect",
|
"silentconnect",
|
||||||
"set",
|
|
||||||
"ping",
|
"ping",
|
||||||
#endif // !DEDICATED
|
#endif // !DEDICATED
|
||||||
"launchplaylist",
|
"launchplaylist",
|
||||||
@ -399,6 +398,7 @@ void ConCommand_InitShipped(void)
|
|||||||
"exit",
|
"exit",
|
||||||
"reload",
|
"reload",
|
||||||
"restart",
|
"restart",
|
||||||
|
"set",
|
||||||
"status",
|
"status",
|
||||||
"version",
|
"version",
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user