mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Get rid of basic_debug
last minute
This isn't a revert but rather just disables the codepaths. also see #12011
This commit is contained in:
parent
b66477c29f
commit
5da204f5bc
5 changed files with 8 additions and 21 deletions
|
@ -900,11 +900,6 @@ void Client::handleCommand_Privileges(NetworkPacket* pkt)
|
|||
m_privileges.insert(priv);
|
||||
infostream << priv << " ";
|
||||
}
|
||||
|
||||
// Enable basic_debug on server versions before it was added
|
||||
if (m_proto_ver < 40)
|
||||
m_privileges.insert("basic_debug");
|
||||
|
||||
infostream << std::endl;
|
||||
}
|
||||
|
||||
|
|
|
@ -206,7 +206,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
Adds new sun, moon and stars packets
|
||||
Minimap modes
|
||||
PROTOCOL VERSION 40:
|
||||
Added 'basic_debug' privilege
|
||||
TOCLIENT_MEDIA_PUSH changed, TOSERVER_HAVE_MEDIA added
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue