mirror of
https://gitea.your-land.de/Sokomine/yl_speak_up.git
synced 2025-06-26 09:08:03 +02:00
fixed bug with missing yl_speak_up.load_quest prefix
This commit is contained in:
parent
c4c14d36c8
commit
1ad3bc4498
@ -576,7 +576,7 @@ end
|
|||||||
-- get data of quest q_id
|
-- get data of quest q_id
|
||||||
yl_speak_up.get_quest = function(q_id)
|
yl_speak_up.get_quest = function(q_id)
|
||||||
if(not(yl_speak_up.quests[q_id])) then
|
if(not(yl_speak_up.quests[q_id])) then
|
||||||
load_quest(q_id)
|
yl_speak_up.load_quest(q_id)
|
||||||
end
|
end
|
||||||
return yl_speak_up.quests[q_id]
|
return yl_speak_up.quests[q_id]
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user