Skip to content

Commit

Permalink
remove custom initpriority/startpriority. no need
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuh4 committed Jun 17, 2024
1 parent 20826fe commit 5fbffe1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Noir/Built-Ins/Services/TaskService.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@
---@field Tasks table<integer, NoirTask> A table containing active tasks
---@field OnTickConnection NoirConnection Represents the connection to the onTick game callback
Noir.Services.TaskService = Noir.Services:CreateService("TaskService", true)
Noir.Services.TaskService.InitPriority = 1
Noir.Services.TaskService.StartPriority = 1

function Noir.Services.TaskService:ServiceInit()
-- Create attributes
Expand Down

0 comments on commit 5fbffe1

Please sign in to comment.