Skip to content

Commit

Permalink
Change master address to real address
Browse files Browse the repository at this point in the history
  • Loading branch information
Koncord committed Sep 5, 2018
1 parent c6a5f98 commit 0c8f8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/master.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ local pluginList = {}
local playerList = {}

local function Connect()
local ml = mlapi.new("http://master2.com/api/servers")
local ml = mlapi.new("http://master.tes3mp.com/api/servers")

if compatFlag.manualMaxPl then
ml:SetMaxPlayers(cfg.compat.maxPlayers)
Expand Down

0 comments on commit 0c8f8a8

Please sign in to comment.