Time  Nick        Message
20:44 sullome     Hello.
20:44 sullome     What is the difference between minetest.after() timer and node timers? When should I use one and when - another?
20:48 ShadowNinja sullome: after is global and runs after a specific number of seconds as long as the server doesn't shut down. Node timers are saved to the map but may run after the time specified.
20:50 sullome     Thanks!