1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

Remove legacy content_abm.{cpp,h}

This commit is contained in:
Loïc Blot 2017-06-14 16:23:08 +02:00
parent 4783ff956b
commit ddcd026344
6 changed files with 0 additions and 73 deletions

View file

@ -47,7 +47,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "mg_biome.h"
#include "content_mapnode.h"
#include "content_nodemeta.h"
#include "content_abm.h"
#include "content_sao.h"
#include "mods.h"
#include "event_manager.h"
@ -318,9 +317,6 @@ Server::Server(
m_env->loadDefaultMeta();
}
// Add some test ActiveBlockModifiers to environment
add_legacy_abms(m_env, m_nodedef);
m_liquid_transform_every = g_settings->getFloat("liquid_update");
m_max_chatmessage_length = g_settings->getU16("chat_message_max_size");
}