summarylogtreecommitdiffstats
path: root/fuzion-load
diff options
context:
space:
mode:
authortelans2019-08-10 18:32:24 +1200
committertelans2019-08-10 18:32:24 +1200
commit66df1b24c4cd18f2462e59ce15312b0657cb5f06 (patch)
treeeb7a4da32d155020f0fe3c1b6610507045fcd53b /fuzion-load
parent179205d3f39b561b69af0cd04495007770db09a8 (diff)
downloadaur-66df1b24c4cd18f2462e59ce15312b0657cb5f06.tar.gz
fix unloading
Diffstat (limited to 'fuzion-load')
-rwxr-xr-xfuzion-load4
1 files changed, 0 insertions, 4 deletions
diff --git a/fuzion-load b/fuzion-load
index db5888fe3f56..a0d4809f3443 100755
--- a/fuzion-load
+++ b/fuzion-load
@@ -20,10 +20,6 @@ if [ -z "$csgo_pid" ]; then
exit 1
fi
-if [ ! -d ".git" ]; then
- echo "We have detected that you have downloaded Fuzion-master.zip from GitHub.com. This is the WRONG way to download! Please download Fuzion by cloning the Git repository: 'git clone --recursive https://github.com/LWSS/Fuzion.git'"
-fi
-
# pBypass for crash dumps being sent
# You may also want to consider using -nobreakpad in your launch options.
sudo rm -rf /tmp/dumps # Remove if it exists