Fixed extra wave time counting down on tutorial
This commit is contained in:
@@ -153,7 +153,7 @@ project(":core") {
|
||||
apply plugin: "java"
|
||||
|
||||
dependencies {
|
||||
boolean comp = false//System.properties["release"] == null || System.properties["release"] == "false"
|
||||
boolean comp = System.properties["release"] == null || System.properties["release"] == "false"
|
||||
|
||||
if(!comp){
|
||||
println("NOTICE: Compiling release build.")
|
||||
|
||||
Reference in New Issue
Block a user