Bug fixes from previous commits

This commit is contained in:
Maruno17
2021-11-15 08:38:39 +00:00
parent 9657eca3d7
commit f00553c1eb
4 changed files with 18 additions and 18 deletions

View File

@@ -331,7 +331,7 @@ end
#===============================================================================
def pbAddDependency2(event_id, name, common_event_id)
Deprecation.warn_method('pbAddDependency2', 'v21', 'Followers.add(event_id, name, common_event_id)')
Followers.add_event(event)
Followers.add(event_id, name, common_event_id)
end
def pbAddDependency(event)