Remove completed TODO

This commit is contained in:
JFronny 2020-09-07 15:04:50 +02:00
parent 7bc94e645b
commit eca8209e48
2 changed files with 1 additions and 3 deletions

View File

@ -5,11 +5,10 @@ variables:
before_script:
- export GRADLE_USER_HOME=`pwd`/.gradle
- chmod a+x gradlew
deploy:
stage: deploy
script: ./gradlew --build-cache assemble
script: gradle --build-cache assemble
artifacts:
paths:
- build/libs

View File

@ -26,7 +26,6 @@ public class ServerPropertiesHandlerMixin {
public void init(Properties properties, DynamicRegistryManager dynamicRegistryManager, CallbackInfo info) {
resourcePack = DynRes.removePort(DynRes.simplifyElement(DynRes.baseLink)) + ":" + DynRes.getPort() + "/resources.zip";
System.out.println("Pack link: " + resourcePack);
//TODO hash the pack
resourcePackSha1 = "";
if (DynRes.cfg.hashResources) {
try {