Wiki option removal on setup script

The wiki is not ready for prime time at this point.
This commit is contained in:
Marwolf
2018-07-31 13:50:09 -04:00
parent 505abee83c
commit eefd703bd9
2 changed files with 3 additions and 3 deletions

View File

@@ -414,8 +414,9 @@ An easy to run RSC private server environment using Docker magic.
Choices:
${RED}1${NC} - Single player RSC game + basic database editing (using PHPMyAdmin)
${RED}2${NC} - Game + Website + PHPMyAdmin
${RED}3${NC} - Game + Website + PHPMyAdmin + RSC Preservation Wiki
${RED}2${NC} - Game + Website + PHPMyAdmin"
#${RED}3${NC} - Game + Website + PHPMyAdmin + RSC Preservation Wiki
echo "
Which of the above do you want? Type 1, 2, or 3, and press enter."
echo ""

View File

@@ -208,7 +208,6 @@ echo:
IF /i "%edition%"=="1" goto game
IF /i "%edition%"=="2" goto gameweb
IF /i "%edition%"=="3" goto gamewebwiki
echo Error! %edition% is not a valid option. Press enter to try again."
echo: