mirror of
				https://github.com/SmallJoker/exchange_shop.git
				synced 2025-11-04 08:15:27 +01:00 
			
		
		
		
	Register node as MVPS stopper
This commit is contained in:
		@@ -7,7 +7,7 @@ read_globals = {
 | 
			
		||||
	"PseudoRandom", "ItemStack",
 | 
			
		||||
	"AreaStore",
 | 
			
		||||
	"default",
 | 
			
		||||
	"player_api",
 | 
			
		||||
	"mesecon",
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
globals = {
 | 
			
		||||
 
 | 
			
		||||
@@ -1,2 +0,0 @@
 | 
			
		||||
default
 | 
			
		||||
player_api
 | 
			
		||||
							
								
								
									
										4
									
								
								init.lua
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								init.lua
									
									
									
									
									
								
							@@ -8,3 +8,7 @@ exchange_shop.S = minetest.get_translator("exchange_shop")
 | 
			
		||||
local modpath = minetest.get_modpath("exchange_shop")
 | 
			
		||||
dofile(modpath .. "/shop_functions.lua")
 | 
			
		||||
dofile(modpath .. "/shop.lua")
 | 
			
		||||
 | 
			
		||||
if mesecon and mesecon.register_mvps_stopper then
 | 
			
		||||
	mesecon.register_mvps_stopper(exchange_shop.shopname)
 | 
			
		||||
end
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user