mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
[CSM] Add core.get_timeofday & core.get_day_count env calls (#5401)
* [CSM] Add core.get_timeofday & core.get_day_count env calls * [CSM] Add core.get_node_level, core.get_node_max_level, core.find_node_near
This commit is contained in:
@@ -353,7 +353,8 @@ void ActiveBlockList::update(std::vector<v3s16> &active_positions,
|
||||
|
||||
ServerEnvironment::ServerEnvironment(ServerMap *map,
|
||||
ServerScripting *scriptIface, Server *server,
|
||||
const std::string &path_world) :
|
||||
const std::string &path_world):
|
||||
Environment(server),
|
||||
m_map(map),
|
||||
m_script(scriptIface),
|
||||
m_server(server),
|
||||
|
Reference in New Issue
Block a user