Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Commit

Permalink
Remove override
Browse files Browse the repository at this point in the history
  • Loading branch information
Neztore committed Aug 6, 2020
1 parent ad3781a commit d9238c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions games/promotion-centre/src/server/module/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ function Promo.new(opt)

newClass.config = opt
newClass.http = cetusRbx({
token = opt.token,
_overrideBase = "http://localhost:4000"
token = opt.token
})
game:GetService("Players").PlayerAdded:connect(function (plr)
newClass:handlePlayerJoin(plr)
Expand Down

0 comments on commit d9238c2

Please sign in to comment.