From 61175d05fb69b29e73b5f5669071538caa64b38b Mon Sep 17 00:00:00 2001 From: sekwah41 Date: Fri, 2 Feb 2018 11:03:54 +0000 Subject: [PATCH] Gets rid of md5's stupidly long out of date information on startup for testing. I mean come... --- DragAndDropStarter.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DragAndDropStarter.bat b/DragAndDropStarter.bat index 959e3b1..ab45dc3 100644 --- a/DragAndDropStarter.bat +++ b/DragAndDropStarter.bat @@ -1,7 +1,7 @@ REM Use this file for testing cases for different versions, just drag the version you want to test the plugin in and it will start. @ECHO OFF :A -java -Xmx4096M -jar %1 +java -Xmx4096M -DIReallyKnowWhatIAmDoingISwear=true -jar %1 REM Could add a 32 bit test part but noone uses 32 bit anymore GOTO A PAUSE. \ No newline at end of file