1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 14:16:06 +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:
LeMagnesium
2015-11-30 18:34:26 +01:00
parent fba60e122e
commit c5dd73d12f
2 changed files with 1 additions and 2 deletions

View File

@ -235,7 +235,6 @@ function tick()
for x = 1, rofl.conf.Apertick do
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])
table.remove(rofl.buffers.ACache, 1)
end