mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 09:15:29 +01:00 
			
		
		
		
	Devtest: Fix missing log level in minetest.log (#11068)
This commit is contained in:
		@@ -215,5 +215,5 @@ minetest.register_chatcommand("test_place_nodes", {
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
core.register_on_chatcommand(function(name, command, params)
 | 
			
		||||
	minetest.log("caught command '"..command.."', issued by '"..name.."'. Parameters: '"..params.."'")
 | 
			
		||||
	minetest.log("action", "caught command '"..command.."', issued by '"..name.."'. Parameters: '"..params.."'")
 | 
			
		||||
end)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user