Gets rid of md5's stupidly long out of date information on startup for testing. I mean come...

This commit is contained in:
sekwah41 2018-02-02 11:03:54 +00:00
parent 99e64e74c3
commit 61175d05fb
1 changed files with 1 additions and 1 deletions

View File

@ -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.