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

View File

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