5 lines
134 B
Bash
5 lines
134 B
Bash
run_update() {
|
|
echo "The Upheaval game directory has changed. Please reinstall either Upheaval Commandline or Upheaval Gui."
|
|
exit 1
|
|
}
|