Time Nick Message 05:39 Thomas-S If I saw it correctly, there is no license file in /minetest/fonts for the dejavu fonts. It is also not mentioned in LICENSE.txt. Maybe this should be fixed? (Please note: I am not a lawyer.) 10:27 ANAND How do I throw errors from C++? I tried LuaError() but it just outputs a formatted string to chat 10:48 nerzhul hello ANAND, what do you want to achive 10:48 nerzhul achieve* 11:03 ANAND Hi! I'm trying to throw an error when a mod sets HP or breath above their max 11:03 ANAND #8212 11:03 ShadowBot https://github.com/minetest/minetest/issues/8212 -- Players's breath can be greater than breath_max 11:05 ANAND Looks like DenyAccess(peer_id) might do the job, but is that intended to be used this way? 11:10 ANAND Or should I just output to errorstream and abort the operation? 11:18 celeron55 in C++? it depends on where in the code you are 11:19 sfan5 you want to disconnect the player when a mod does something incorrect? that doesn't sound useful 11:20 celeron55 throwing LuaError can work if the C++ in question is always called by Lua 11:20 celeron55 otherwise it doesn't really make sense 12:55 ANAND It's in l_object.cpp, and is executed whenever a mod sets HP greater than hp_max 12:56 ANAND I agree with sfan5, disconnecting the players isn't the best option. So should I just output to errorstream and abort the operation? 13:03 rubenwardy You want to call Lua error on the Lua state 19:35 paramat blocker bugfix #8258 19:35 ShadowBot https://github.com/minetest/minetest/issues/8258 -- Confirm registration: Remove server and name strings to fix Windows bug by paramat 19:36 sfan5 this issue does not affect the official windows builds 20:24 paramat ok, still seems useful to merge for 5.0.0 as it seems to affect a few users 22:04 paramat ok removed from blockers