mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Update pszMaskedBases[]
This commit is contained in:
parent
eeec292238
commit
b8cd006687
@ -401,25 +401,21 @@ void ConCommand::InitShipped(void)
|
|||||||
{
|
{
|
||||||
const char* pszMaskedBases[] =
|
const char* pszMaskedBases[] =
|
||||||
{
|
{
|
||||||
"changelevel",
|
|
||||||
#ifndef DEDICATED
|
#ifndef DEDICATED
|
||||||
"connect",
|
"connect",
|
||||||
"connectAsSpectator",
|
"connectAsSpectator",
|
||||||
"connectWithKey",
|
"connectWithKey",
|
||||||
|
"set",
|
||||||
|
"silentconnect",
|
||||||
|
"ping",
|
||||||
#endif // !DEDICATED
|
#endif // !DEDICATED
|
||||||
|
"changelevel",
|
||||||
"exit",
|
"exit",
|
||||||
"map",
|
"map",
|
||||||
"map_background",
|
"map_background",
|
||||||
#ifndef DEDICATED
|
|
||||||
"ping",
|
|
||||||
#endif // !DEDICATED
|
|
||||||
"quit",
|
"quit",
|
||||||
"restart",
|
"restart",
|
||||||
"status",
|
"status",
|
||||||
#ifndef DEDICATED
|
|
||||||
"set",
|
|
||||||
"silentconnect",
|
|
||||||
#endif // !DEDICATED
|
|
||||||
"version",
|
"version",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user