mirror of
				https://repo.or.cz/minetest_hbarmor.git
				synced 2025-10-30 23:25:32 +01:00 
			
		
		
		
	Fix crosshair
This commit is contained in:
		
							
								
								
									
										2
									
								
								init.lua
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								init.lua
									
									
									
									
									
								
							| @@ -28,7 +28,7 @@ end | |||||||
| --minetest.after(SAVE_INTERVAL, timer, SAVE_INTERVAL) | --minetest.after(SAVE_INTERVAL, timer, SAVE_INTERVAL) | ||||||
|  |  | ||||||
| local function hide_builtin(player) | local function hide_builtin(player) | ||||||
| 	 player:hud_set_flags({crosshair = false, hotbar = true, healthbar = false, wielditem = true, breathbar = false}) | 	 player:hud_set_flags({crosshair = true, hotbar = true, healthbar = false, wielditem = true, breathbar = false}) | ||||||
| end | end | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user