Mise à jour de 'Run.sh'
This commit is contained in:
20
Run.sh
20
Run.sh
@@ -52,26 +52,26 @@ function install() {
|
||||
function enable() {
|
||||
BaseName="$(getmodprefix)"
|
||||
del_ServerActors IpServer.UdpServerQuery
|
||||
del_ServerActors 'IpServer.UdpServerUplink MasterServerAddress=utmaster.epicgames.com MasterServerPort=27900'
|
||||
del_ServerActors 'IpServer.UdpServerUplink MasterServerAddress=unreal.epicgames.com MasterServerPort=27900'
|
||||
del_ServerActors "IpServer.UdpServerUplink MasterServerAddress=utmaster.epicgames.com MasterServerPort=27900"
|
||||
del_ServerActors "IpServer.UdpServerUplink MasterServerAddress=unreal.epicgames.com MasterServerPort=27900"
|
||||
|
||||
add_ServerActors XServerQuery.XServerQuery
|
||||
add_ServerActors 'XServerQuery.XServerUplink MasterServerAddress=utmaster.epicgames.com MasterServerPort=27900'
|
||||
add_ServerActors 'XServerQuery.XServerUplink MasterServerAddress=333networks.com MasterServerPort=27900'
|
||||
add_ServerActors 'XServerQuery.XServerUplink MasterServerAddress=unreal.epicgames.com MasterServerPort=27900'
|
||||
add_ServerActors "XServerQuery.XServerUplink MasterServerAddress=utmaster.epicgames.com MasterServerPort=27900"
|
||||
add_ServerActors "XServerQuery.XServerUplink MasterServerAddress=333networks.com MasterServerPort=27900"
|
||||
add_ServerActors "XServerQuery.XServerUplink MasterServerAddress=unreal.epicgames.com MasterServerPort=27900"
|
||||
|
||||
echo enable ok
|
||||
}
|
||||
function disable() {
|
||||
BaseName="$(getmodprefix)"
|
||||
add_ServerActors IpServer.UdpServerQuery
|
||||
add_ServerActors 'IpServer.UdpServerUplink MasterServerAddress=utmaster.epicgames.com MasterServerPort=27900'
|
||||
add_ServerActors 'IpServer.UdpServerUplink MasterServerAddress=unreal.epicgames.com MasterServerPort=27900'
|
||||
add_ServerActors "IpServer.UdpServerUplink MasterServerAddress=utmaster.epicgames.com MasterServerPort=27900"
|
||||
add_ServerActors "IpServer.UdpServerUplink MasterServerAddress=unreal.epicgames.com MasterServerPort=27900"
|
||||
|
||||
del_ServerActors XServerQuery.XServerQuery
|
||||
del_ServerActors 'XServerQuery.XServerUplink MasterServerAddress=utmaster.epicgames.com MasterServerPort=27900'
|
||||
del_ServerActors 'XServerQuery.XServerUplink MasterServerAddress=333networks.com MasterServerPort=27900'
|
||||
del_ServerActors 'XServerQuery.XServerUplink MasterServerAddress=unreal.epicgames.com MasterServerPort=27900'
|
||||
del_ServerActors "XServerQuery.XServerUplink MasterServerAddress=utmaster.epicgames.com MasterServerPort=27900"
|
||||
del_ServerActors "XServerQuery.XServerUplink MasterServerAddress=333networks.com MasterServerPort=27900"
|
||||
del_ServerActors "XServerQuery.XServerUplink MasterServerAddress=unreal.epicgames.com MasterServerPort=27900"
|
||||
|
||||
echo disable ok
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user