diff --git a/scripts/2006S-Shaders/CSMPFunctions.lua b/scripts/2006S-Shaders/CSMPFunctions.lua index 81da67f..8e48bf2 100644 --- a/scripts/2006S-Shaders/CSMPFunctions.lua +++ b/scripts/2006S-Shaders/CSMPFunctions.lua @@ -223,6 +223,7 @@ function CSServer(Port,PlayerLimit,ClientEXEMD5,LauncherMD5,ClientScriptMD5,Noti Server = game:GetService("NetworkServer") RunService = game:GetService("RunService") PlayerService = game:GetService("Players") + game:GetService("Visit"):SetUploadUrl("") Server:start(Port, 20) RunService:run() showServerNotifications = Notifications diff --git a/scripts/2006S/CSMPFunctions.lua b/scripts/2006S/CSMPFunctions.lua index a2f9b86..5cb9a3d 100644 --- a/scripts/2006S/CSMPFunctions.lua +++ b/scripts/2006S/CSMPFunctions.lua @@ -223,6 +223,7 @@ function CSServer(Port,PlayerLimit,ClientEXEMD5,LauncherMD5,ClientScriptMD5,Noti Server = game:GetService("NetworkServer") RunService = game:GetService("RunService") PlayerService = game:GetService("Players") + game:GetService("Visit"):SetUploadUrl("") Server:start(Port, 20) RunService:run() showServerNotifications = Notifications diff --git a/scripts/2007E/CSMPFunctions.lua b/scripts/2007E/CSMPFunctions.lua index fb0af55..eb2219f 100644 --- a/scripts/2007E/CSMPFunctions.lua +++ b/scripts/2007E/CSMPFunctions.lua @@ -273,6 +273,7 @@ function CSServer(Port,PlayerLimit,ClientEXEMD5,LauncherMD5,ClientScriptMD5,Noti Server = game:service("NetworkServer") RunService = game:service("RunService") PlayerService = game:service("Players") + game:service("Visit"):setUploadUrl("") Server:start(Port, 20) RunService:run() showServerNotifications = Notifications diff --git a/scripts/2007M-Shaders/CSMPFunctions.lua b/scripts/2007M-Shaders/CSMPFunctions.lua index f96b20d..e7abf99 100644 --- a/scripts/2007M-Shaders/CSMPFunctions.lua +++ b/scripts/2007M-Shaders/CSMPFunctions.lua @@ -319,6 +319,7 @@ function CSServer(Port,PlayerLimit,ClientEXEMD5,LauncherMD5,ClientScriptMD5,Noti Server = game:GetService("NetworkServer") RunService = game:GetService("RunService") PlayerService = game:GetService("Players") + game:GetService("Visit"):SetUploadUrl("") Server:start(Port, 20) RunService:run() showServerNotifications = Notifications diff --git a/scripts/2007M/CSMPFunctions.lua b/scripts/2007M/CSMPFunctions.lua index 04fbfba..ddb12fb 100644 --- a/scripts/2007M/CSMPFunctions.lua +++ b/scripts/2007M/CSMPFunctions.lua @@ -319,6 +319,7 @@ function CSServer(Port,PlayerLimit,ClientEXEMD5,LauncherMD5,ClientScriptMD5,Noti Server = game:GetService("NetworkServer") RunService = game:GetService("RunService") PlayerService = game:GetService("Players") + game:GetService("Visit"):SetUploadUrl("") Server:start(Port, 20) RunService:run() showServerNotifications = Notifications diff --git a/scripts/2008M/CSMPFunctions.lua b/scripts/2008M/CSMPFunctions.lua index c584a81..339eea8 100644 --- a/scripts/2008M/CSMPFunctions.lua +++ b/scripts/2008M/CSMPFunctions.lua @@ -415,6 +415,7 @@ function CSServer(Port,PlayerLimit,ClientEXEMD5,LauncherMD5,ClientScriptMD5,Noti showServerNotifications = Notifications game.Workspace:InsertContent("rbxasset://Fonts//libraries.rbxm") PlayerService = game:GetService("Players") + game:GetService("Visit"):SetUploadUrl("") if (showServerNotifications) then PlayerService.MaxPlayers = PlayerLimit + 1 --create a fake player to record connections and disconnections diff --git a/scripts/2009E/CSMPFunctions.lua b/scripts/2009E/CSMPFunctions.lua index da27547..0e49ad2 100644 --- a/scripts/2009E/CSMPFunctions.lua +++ b/scripts/2009E/CSMPFunctions.lua @@ -475,6 +475,7 @@ function CSServer(Port,PlayerLimit,ClientEXEMD5,LauncherMD5,ClientScriptMD5,Noti game.Workspace:InsertContent("rbxasset://Fonts//libraries.rbxm") showServerNotifications = Notifications PlayerService = game:GetService("Players") + game:GetService("Visit"):SetUploadUrl("") if (showServerNotifications) then PlayerService.MaxPlayers = PlayerLimit + 1 --create a fake player to record connections and disconnections diff --git a/scripts/2009L/CSMPFunctions.lua b/scripts/2009L/CSMPFunctions.lua index f976ce5..a1c309b 100644 --- a/scripts/2009L/CSMPFunctions.lua +++ b/scripts/2009L/CSMPFunctions.lua @@ -475,6 +475,7 @@ function CSServer(Port,PlayerLimit,ClientEXEMD5,LauncherMD5,ClientScriptMD5,Noti local NetworkServer=game:GetService("NetworkServer") local RunService = game:GetService("RunService") local PlayerService = game:GetService("Players") + game:GetService("Visit"):SetUploadUrl("") showServerNotifications = Notifications pcall(NetworkServer.Stop,NetworkServer) NetworkServer:Start(Port) diff --git a/scripts/2010L/CSMPFunctions.lua b/scripts/2010L/CSMPFunctions.lua index 68f08fe..86f922e 100644 --- a/scripts/2010L/CSMPFunctions.lua +++ b/scripts/2010L/CSMPFunctions.lua @@ -475,6 +475,7 @@ function CSServer(Port,PlayerLimit,ClientEXEMD5,LauncherMD5,ClientScriptMD5,Noti local NetworkServer=game:GetService("NetworkServer") local RunService = game:GetService("RunService") local PlayerService = game:GetService("Players") + game:GetService("Visit"):SetUploadUrl("") showServerNotifications = Notifications pcall(NetworkServer.Stop,NetworkServer) NetworkServer:Start(Port) diff --git a/scripts/2011E/CSMPFunctions.lua b/scripts/2011E/CSMPFunctions.lua index 61a2e3a..15da639 100644 --- a/scripts/2011E/CSMPFunctions.lua +++ b/scripts/2011E/CSMPFunctions.lua @@ -493,6 +493,7 @@ function CSServer(Port,PlayerLimit,ClientEXEMD5,LauncherMD5,ClientScriptMD5,Noti local NetworkServer=game:GetService("NetworkServer") local RunService = game:GetService("RunService") local PlayerService = game:GetService("Players") + game:GetService("Visit"):SetUploadUrl("") showServerNotifications = Notifications pcall(NetworkServer.Stop,NetworkServer) NetworkServer:Start(Port) diff --git a/scripts/2011M/CSMPFunctions.lua b/scripts/2011M/CSMPFunctions.lua index 0b71e20..a05847f 100644 --- a/scripts/2011M/CSMPFunctions.lua +++ b/scripts/2011M/CSMPFunctions.lua @@ -484,6 +484,7 @@ function CSServer(Port,PlayerLimit,ClientEXEMD5,LauncherMD5,ClientScriptMD5,Noti local NetworkServer=game:GetService("NetworkServer") local RunService = game:GetService("RunService") local PlayerService = game:GetService("Players") + game:GetService("Visit"):SetUploadUrl("") showServerNotifications = Notifications pcall(NetworkServer.Stop,NetworkServer) NetworkServer:Start(Port)