mirror of
https://gitea.your-land.de/Sokomine/yl_speak_up.git
synced 2025-06-16 13:48:06 +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
|
||||
yl_speak_up.get_quest = function(q_id)
|
||||
if(not(yl_speak_up.quests[q_id])) then
|
||||
load_quest(q_id)
|
||||
yl_speak_up.load_quest(q_id)
|
||||
end
|
||||
return yl_speak_up.quests[q_id]
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user