mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 17:50:37 +01: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:
parent
fba60e122e
commit
c5dd73d12f
@ -1 +1 @@
|
||||
Subproject commit eca49efd4a337a42e6f9dd8c42ab901b7352bb4c
|
||||
Subproject commit c8538c762bf62478bbda5b5a9df14b2868fab9fa
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user