Update preprocessor to fix encoding issues

This commit is contained in:
Jonas Herzig
2019-04-24 17:03:18 +02:00
parent 7cff2e0cf3
commit df6f744d51
2 changed files with 2 additions and 2 deletions

2
jGui

Submodule jGui updated: 002b131cd2...8f2e1c7218

View File

@@ -42,7 +42,7 @@ buildscript {
mcVersion >= 10710 ? '1.2-SNAPSHOT' : mcVersion >= 10710 ? '1.2-SNAPSHOT' :
'invalid' 'invalid'
) )
classpath 'com.github.replaymod:preprocessor:03f3f44' classpath 'com.github.replaymod:preprocessor:ba743e3'
} }
} }