Fixed not being able to pan with invalid recipe selected

This commit is contained in:
Anuken
2018-04-21 11:02:54 -04:00
parent 714c5fd784
commit 8a965e56cd
3 changed files with 4 additions and 4 deletions

View File

@@ -107,7 +107,7 @@ project(":core") {
apply plugin: "java"
dependencies {
boolean comp = System.properties["release"] == null || System.properties["release"].equals("false")
boolean comp = false
if(!comp){
println("NOTICE: Compiling release build.")