mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Remove legacy content_abm.{cpp,h}
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
Reference in New Issue
Block a user