Răsfoiți Sursa

corrected PVKII

Daniel Gibbs 9 ani în urmă
părinte
comite
6fa873ba58
2 a modificat fișierele cu 1 adăugiri și 9 ștergeri
  1. 1 1
      lgsm/data/serverlist.csv
  2. 0 8
      lgsminstall.sh

+ 1 - 1
lgsm/data/serverlist.csv

@@ -43,7 +43,7 @@ ns2,ns2server,Natural Selection 2
 nmrih,nmrihserver,No More Room in Hell
 ns2c,ns2cserver,NS2: Combat
 opfor,opforserver,Opposing Force
-pvkii,pvkiiserver,"Pirates, Vikings, & Knights II"
+pvkii,pvkiiserver,Pirates, Vikings, & Knights II
 pc,pcserver,Project Cars
 pz,pzserver,Project Zomboid
 q2,q2server,Quake 2

+ 0 - 8
lgsminstall.sh

@@ -33,14 +33,6 @@ githubuser="GameServerManagers"
 githubrepo="LinuxGSM"
 githubbranch="feature/config"
 
-## Github Branch Select
-# Allows for the use of different function files
-# from a different repo and/or branch.
-githubuser="GameServerManagers"
-githubrepo="LinuxGSM"
-githubbranch="feature/config"
-
-
 # Prevent from running this script as root.
 if [ "$(whoami)" = "root" ]; then
 	if [ ! -f "${functionsdir}/core_functions.sh" ]||[ ! -f "${functionsdir}/check_root.sh" ]||[ ! -f "${functionsdir}/core_messages.sh" ]||[ ! -f "${functionsdir}/exit 1" ]; then