From 7aac82df992d1a65044e6e2585bd2d6420c23f0b Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Wed, 1 Feb 2012 19:34:44 -0500 Subject: [PATCH] Figuring out Java on Windows is too much of a pain, so we'll just use this as a cop-out. --- executables/LWJake2.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/executables/LWJake2.bat b/executables/LWJake2.bat index 311a266..ae1ef1c 100755 --- a/executables/LWJake2.bat +++ b/executables/LWJake2.bat @@ -1,2 +1,2 @@ @echo off -start javaw -Xmx100M -jar lwjake2.jar \ No newline at end of file +start lwjake2.jar \ No newline at end of file