Fixed multithreading affecting wave time

This commit is contained in:
Anuken
2018-05-09 16:58:53 -07:00
parent 61e9611bab
commit 26025a3018
3 changed files with 4 additions and 5 deletions

View File

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