mirror of
				https://gitea.your-land.de/Sokomine/yl_speak_up.git
				synced 2025-11-04 06:13:08 +01:00 
			
		
		
		
	fixed typo and bug #6478
This commit is contained in:
		
							parent
							
								
									443d6568b1
								
							
						
					
					
						commit
						c26068fd48
					
				@ -285,7 +285,7 @@ yl_speak_up.input_fs_add_quest_steps = function(player, formname, fields)
 | 
			
		||||
	if(not(work_step)) then
 | 
			
		||||
		return -- TODO
 | 
			
		||||
	elseif(mode == "embedded_select") then
 | 
			
		||||
		yl_speak_up.speak_to[t.pname].quest_step = work_step
 | 
			
		||||
		yl_speak_up.speak_to[pname].quest_step = work_step
 | 
			
		||||
		return yl_speak_up.show_fs(player, "manage_quest_steps", work_step)
 | 
			
		||||
	elseif(mode == "assign_quest_step") then
 | 
			
		||||
		-- TODO: what if there's already a step assigned?
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user