- 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:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
cd `dirname $0`
|
||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./
|
||||
java -jar lwjake2.jar
|
||||
java -jar lwjake2.jar $@
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
cd `dirname $0`
|
||||
java -jar lwjake2.jar +set dedicated 1
|
||||
java -jar lwjake2.jar +set dedicated 1 $@
|
||||
Reference in New Issue
Block a user