Skip to content

Commit

Permalink
Update main.server.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
prooheckcp committed Jun 16, 2024
1 parent f09a04a commit d81e30c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ServerScriptService/main.server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RoQuest:Init(
RoQuest:LoadDirectory(ReplicatedStorage.LifeCycles.Server)
)

--[[

RoQuest.OnUnAvailableQuestChanged:Connect(function(...)
print("Unavailable Changed", ...)
end)
Expand All @@ -28,7 +28,7 @@ end)
RoQuest.OnInProgressQuestChanged:Connect(function(...)
print("In Progress Changed", ...)
end)
]]



RoQuest.OnStart():andThen(function()
Expand Down

0 comments on commit d81e30c

Please sign in to comment.