Skip to content

Commit

Permalink
Removed the unused "CreateService" function
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyRBLX11 committed Dec 7, 2024
1 parent 5ab9d74 commit 8d03ac5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/AtomModuleContents/AtomServer_OOP.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,6 @@ local Promise = require(Packages.Promise)
-- local Warp = require(Packages.Warp)
-- local Switch, case, default = unpack(require(Packages.Switch))

local function CreateService(Name)
local Service = Instance.new('Actor')
Service.Name = Name
Service.Parent = game
return Service
end

-- Make references for Repositories.
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local ServerStorage = game:GetService("ServerStorage")
Expand Down

0 comments on commit 8d03ac5

Please sign in to comment.