mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-08-16 04:50:24 +02:00
[irc_modpack & rofl] Update and cleaning
- Clean a print in ROFL - Update irc_modpack with unique `login` command for both tokens and passwords
This commit is contained in:
Submodule mods/irc_modpack updated: eca49efd4a...c8538c762b
@ -235,7 +235,6 @@ function tick()
|
|||||||
for x = 1, rofl.conf.Apertick do
|
for x = 1, rofl.conf.Apertick do
|
||||||
if not rofl.buffers.ACache[1] then break end
|
if not rofl.buffers.ACache[1] then break end
|
||||||
|
|
||||||
print(minetest.pos_to_string(rofl.buffers.ACache[1][1]) .. " : " .. rofl.buffers.ACache[1][2].name)
|
|
||||||
minetest.set_node(rofl.buffers.ACache[1][1], rofl.buffers.ACache[1][2])
|
minetest.set_node(rofl.buffers.ACache[1][1], rofl.buffers.ACache[1][2])
|
||||||
table.remove(rofl.buffers.ACache, 1)
|
table.remove(rofl.buffers.ACache, 1)
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user