mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-10-30 23:15:32 +01:00 
			
		
		
		
	Fix tab_mods.lua: default screenshot patch
https://forum.minetest.net/viewtopic.php?f=6&t=11201 Fixed this bug.
This commit is contained in:
		| @@ -57,7 +57,7 @@ local function get_formspec(tabview, name, tabdata) | |||||||
| 		end | 		end | ||||||
|  |  | ||||||
| 		if modscreenshot == nil then | 		if modscreenshot == nil then | ||||||
| 				modscreenshot = modstore.basetexturedir .. "no_screenshot.png" | 				modscreenshot = defaulttexturedir .. "no_screenshot.png" | ||||||
| 		end | 		end | ||||||
|  |  | ||||||
| 		retval = retval | 		retval = retval | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user