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[] =
|
||||
{
|
||||
"changelevel",
|
||||
#ifndef DEDICATED
|
||||
"connect",
|
||||
"connectAsSpectator",
|
||||
"connectWithKey",
|
||||
"set",
|
||||
"silentconnect",
|
||||
"ping",
|
||||
#endif // !DEDICATED
|
||||
"changelevel",
|
||||
"exit",
|
||||
"map",
|
||||
"map_background",
|
||||
#ifndef DEDICATED
|
||||
"ping",
|
||||
#endif // !DEDICATED
|
||||
"quit",
|
||||
"restart",
|
||||
"status",
|
||||
#ifndef DEDICATED
|
||||
"set",
|
||||
"silentconnect",
|
||||
#endif // !DEDICATED
|
||||
"version",
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user