diff --git a/Run_Production_Linux_Game_Server.sh b/Run_Production_Linux_Game_Server.sh index b31d508..e819799 100755 --- a/Run_Production_Linux_Game_Server.sh +++ b/Run_Production_Linux_Game_Server.sh @@ -4,7 +4,7 @@ echo "Pulling recent updates from the Open-RSC Game repository." echo "" echo "" -sudo make pull +sudo make pull-game echo "" echo "" diff --git a/Start_Single_Player_Game_Linux_Mac.sh b/Start_Single_Player_Game_Linux_Mac.sh index 13d40e6..3fb32ca 100755 --- a/Start_Single_Player_Game_Linux_Mac.sh +++ b/Start_Single_Player_Game_Linux_Mac.sh @@ -4,7 +4,7 @@ echo "" echo "Pulling recent updates from the Open-RSC Game repository." echo "" -sudo make pull +sudo make pull-game echo "" echo "" echo "Starting any stopped Docker containers." diff --git a/Start_Single_Player_Game_Windows.cmd b/Start_Single_Player_Game_Windows.cmd index 37ea4f7..ca0d976 100644 --- a/Start_Single_Player_Game_Windows.cmd +++ b/Start_Single_Player_Game_Windows.cmd @@ -2,7 +2,7 @@ echo: echo Pulling recent updates from the Open-RSC Game repository. echo: -Windows\make pull +Windows\make pull-game echo: echo: echo Starting any stopped Docker containers.