Cleanup obfuscation helper comment format

This commit is contained in:
Zach Brown
2016-07-27 17:46:02 -05:00
parent 608d77d492
commit 2ee4beaa3a
10 changed files with 29 additions and 17 deletions

View File

@@ -61,7 +61,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
this.g = i;
}
+ boolean isCooledDown() { return o(); } // Paper // OBFHELPER
+ boolean isCooledDown() { return o(); } // Paper - OBFHELPER
public boolean o() {
return this.g > 0;
}