0

- Fixed a bug in the filesystem that broke "+set game".

- cddir no longer requires baseq2 at the end of the value.
- Updated README to reflect above change and to correct the credits.
- The shell scripts now actually accept parameters.
This commit is contained in:
Ethan Lee
2012-02-12 00:45:07 -05:00
parent 7b4507d00d
commit 614b7a38d5
5 changed files with 21 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
cd `dirname $0`
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./
java -jar lwjake2.jar
java -jar lwjake2.jar $@

View File

@@ -1,3 +1,3 @@
#!/bin/bash
cd `dirname $0`
java -jar lwjake2.jar +set dedicated 1
java -jar lwjake2.jar +set dedicated 1 $@