Index: scripts/usr/local/lib/7dtd/commands/start.sh
===================================================================
--- scripts/usr/local/lib/7dtd/commands/start.sh	(revision 259)
+++ scripts/usr/local/lib/7dtd/commands/start.sh	(revision 261)
@@ -58,9 +58,9 @@
 		OPTS="-logfile $LOG -configfile=$(getInstancePath $1)/config.xml"
 		
-#		if [ "$(uname -m)" = "x86_64" ]; then
-#			SERVER_EXE="7DaysToDieServer.x86_64"
-#		else
+		if [ "$(uname -m)" = "x86_64" ]; then
+			SERVER_EXE="7DaysToDieServer.x86_64"
+		else
 			SERVER_EXE="7DaysToDieServer.x86"
-#		fi
+		fi
 
 		
